Html Css Color HEX #35B28D Jungle Green

📋 copy color: '#35B28D'

red 53 ◦ green 178 ◦ blue 141

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

Shades of Jungle Green #35B28D

Tints of Jungle Green #35B28D

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.9%

R = 14.25%
G = 47.85%
B = 37.9%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

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

RGB 53 178 141 -
CMYK 0.70 0 0.21 0.30
HSL 162.24º 0.54% 0.45% -
HSV(B) 162.24º 0.7% 0.7% -
XYZ 22.2 34.52 30.69 -
YUV 136.41 130.59 68.51 -
System Red Green Blue C M Y K H S L
Decimal 53 178 141 0.70 0 0.21 0.30 162.24 0.54 0.45
Hex 35 B2 8D 46 0 15 1E A2 36 2D
Octal 65 262 215 106 0 25 36 242 66 55
Binary 110101 10110010 10001101 1000110 0 10101 11110 10100010 110110 101101

Color Harmonies of #35B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B28D

Black with #35B28D

Text Example


Text Example

White with #35B28D

Text Example


Text Example

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