#35B28C

Color #35B28C Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #35B28C

Tints of Jungle Green #35B28C

Color information

#35B28C (or 0x35B28C) is unknown color: approx Jungle Green. HEX triplet: 35, B2 and 8C. RGB value is (53,178,140). Sum of RGB (Red+Green+Blue) = 53+178+140=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #35B28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35B28C is #CA4D73. Grayscale: #888888. Windows color (decimal): -13258100 or 9220661. OLE color: 9220661.

HSL color Cylindrical-coordinate representation of color #35B28C: hue angle of 161.76º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B28C is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB53178140-
CMYK0.7000.210.30
HSL161.76º54.11%45.29%-
HSV(B)161.76º70.22%69.8%-
XYZ22.1234.4930.3-
YUV136.29130.0968.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.29%
GREEN value IS 178 (69.92% from 255) = 47.98%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=14.29%
G=47.98%
B=37.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal531781400.7000.210.30161.7654.1145.29
Hex35B28C460151Ea2362d
Octal65262214106025362426655
Binary110101101100101000110010001100101011111010100010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35B28C; }

 p { color: rgb(53,178,140); }

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

<style>
 a { background-color: #35B28C; }

 a { background-color: rgb(53,178,140); }

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

<style>
 span { border-color: #35B28C; }

 span { border-color: rgb(53,178,140); }

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