#35B28D

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

Shades of Jungle Green #35B28D

Tints of Jungle Green #35B28D

Color information

#35B28D (or 0x35B28D) is unknown color: approx Jungle Green. HEX triplet: 35, B2 and 8D. RGB value is (53,178,141). Sum of RGB (Red+Green+Blue) = 53+178+141=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #35B28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35B28D is #CA4D72. Grayscale: #888888. Windows color (decimal): -13258099 or 9286197. OLE color: 9286197.

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

Color convert

RGB53178141-
CMYK0.7000.210.30
HSL162.24º54.11%45.29%-
HSV(B)162.24º70.22%69.8%-
XYZ22.234.5230.69-
YUV136.41130.5968.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.25%
GREEN value IS 178 (69.92% from 255) = 47.85%
BLUE value IS 141 (55.47% from 255) = 37.90%
R=14.25%
G=47.85%
B=37.90%

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
Decimal531781410.7000.210.30162.2454.1145.29
Hex35B28D460151Ea2362d
Octal65262215106025362426655
Binary110101101100101000110110001100101011111010100010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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