#35B28E

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

Shades of Jungle Green #35B28E

Tints of Jungle Green #35B28E

Color information

#35B28E (or 0x35B28E) is unknown color: approx Jungle Green. HEX triplet: 35, B2 and 8E. RGB value is (53,178,142). Sum of RGB (Red+Green+Blue) = 53+178+142=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 178 - color contains mainly: green. Hex color #35B28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35B28E is #CA4D71. Grayscale: #888888. Windows color (decimal): -13258098 or 9351733. OLE color: 9351733.

HSL color Cylindrical-coordinate representation of color #35B28E: hue angle of 162.72º 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 #35B28E is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB53178142-
CMYK0.7000.200.30
HSL162.72º54.11%45.29%-
HSV(B)162.72º70.22%69.8%-
XYZ22.2734.5531.09-
YUV136.52131.0968.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.21%
GREEN value IS 178 (69.92% from 255) = 47.72%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=14.21%
G=47.72%
B=38.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal531781420.7000.200.30162.7254.1145.29
Hex35B28E460141Ea3362d
Octal65262216106024362436655
Binary110101101100101000111010001100101001111010100011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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