Html Css Color HEX #35B28E Jungle Green

📋 copy color: '#35B28E'

red 53 ◦ green 178 ◦ blue 142

#35B28E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #35B28E

Tints of Jungle Green #35B28E

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 value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#35B28E (or 0x35B28E) is known color: 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

RGB 53 178 142 -
CMYK 0.70 0 0.20 0.30
HSL 162.72º 0.54% 0.45% -
HSV(B) 162.72º 0.7% 0.7% -
XYZ 22.27 34.55 31.09 -
YUV 136.52 131.09 68.43 -
System Red Green Blue C M Y K H S L
Decimal 53 178 142 0.70 0 0.20 0.30 162.72 0.54 0.45
Hex 35 B2 8E 46 0 14 1E A3 36 2D
Octal 65 262 216 106 0 24 36 243 66 55
Binary 110101 10110010 10001110 1000110 0 10100 11110 10100011 110110 101101

Color Harmonies of #35B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B28E

Black with #35B28E

Text Example


Text Example

White with #35B28E

Text Example


Text Example

HTML Codes & Css Web 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>