#1CB735

Color #1CB735 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1CB735

Tints of Dark Pastel Green #1CB735

Color information

#1CB735 (or 0x1CB735) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, B7 and 35. RGB value is (28,183,53). Sum of RGB (Red+Green+Blue) = 28+183+53=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 183 (71.88% from 255 or 69.32% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB735 is #E348CA. Grayscale: #7A7A7A. Windows color (decimal): -14895307 or 3520284. OLE color: 3520284.

HSL color Cylindrical-coordinate representation of color #1CB735: hue angle of 129.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB735 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB2818353-
CMYK0.8500.710.28
HSL129.68º73.46%41.37%-
HSV(B)129.68º84.7%71.76%-
XYZ18.0534.379.05-
YUV121.8489.1561.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 10.61%
GREEN value IS 183 (71.88% from 255) = 69.32%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=10.61%
G=69.32%
B=20.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal28183530.8500.710.28129.6873.4641.37
Hex1CB735550471C824929
Octal342676512501073420211151
Binary111001011011111010110101010100011111100100000101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CB735; }

 p { color: rgb(28,183,53); }

 H1.HeaderClassName
 {
   color: #1CB735;
 }
 .AnyTagClassName
 {
   color: #1CB735;
 }
</style>
background-color css

<style>
 a { background-color: #1CB735; }

 a { background-color: rgb(28,183,53); }

 div.DivClassName
 {
   background-color: #1CB735;
 }
 .BgClassName
 {
   background-color: #1CB735;
 }
</style>
border-color css

<style>
 span { border-color: #1CB735; }

 span { border-color: rgb(28,183,53); }

 td.TdClassName
 {
   border-color: #1CB735;
 }
 .TagClassName
 {
   border-color: #1CB735;
 }
</style>