Html Css Color HEX #33B58C Jungle Green

📋 copy color: '#33B58C'

red 51 ◦ green 181 ◦ blue 140

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

Shades of Jungle Green #33B58C

Tints of Jungle Green #33B58C

RGB

 RED value IS 51 (20.31% from 255) = 13.71%

 GREEN value IS 181 (71.09% from 255) = 48.66%

 BLUE value IS 140 (55.08% from 255) = 37.63%

R = 13.71%
G = 48.66%
B = 37.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#33B58C (or 0x33B58C) is known color: Jungle Green. HEX triplet: 33, B5 and 8C. RGB value is (51,181,140). Sum of RGB (Red+Green+Blue) = 51+181+140=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #33B58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B58C is #CC4A73. Grayscale: #898989. Windows color (decimal): -13388404 or 9221427. OLE color: 9221427.

HSL color Cylindrical-coordinate representation of color #33B58C: hue angle of 161.08º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B58C is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 181 140 -
CMYK 0.72 0 0.23 0.29
HSL 161.08º 0.56% 0.45% -
HSV(B) 161.08º 0.72% 0.71% -
XYZ 22.62 35.65 30.5 -
YUV 137.46 129.43 66.33 -
System Red Green Blue C M Y K H S L
Decimal 51 181 140 0.72 0 0.23 0.29 161.08 0.56 0.45
Hex 33 B5 8C 48 0 17 1D A1 38 2D
Octal 63 265 214 110 0 27 35 241 70 55
Binary 110011 10110101 10001100 1001000 0 10111 11101 10100001 111000 101101

Color Harmonies of #33B58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B58C

Black with #33B58C

Text Example


Text Example

White with #33B58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33B58C; }

 p { color: rgb(51,181,140); }

 H1.HeaderClassName
 {
   color: #33B58C;
 }
 .AnyTagClassName
 {
   color: #33B58C;
 }
</style>

background-color css

<style>
 a { background-color: #33B58C; }

 a { background-color: rgb(51,181,140); }

 div.DivClassName
 {
   background-color: #33B58C;
 }
 .BgClassName
 {
   background-color: #33B58C;
 }
</style>

border-color css

<style>
 span { border-color: #33B58C; }

 span { border-color: rgb(51,181,140); }

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