Html Css Color HEX #33AC8B Jungle Green

📋 copy color: '#33AC8B'

red 51 ◦ green 172 ◦ blue 139

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

Shades of Jungle Green #33AC8B

Tints of Jungle Green #33AC8B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.51%

 BLUE value IS 139 (54.69% from 255) = 38.4%

R = 14.09%
G = 47.51%
B = 38.4%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#33AC8B (or 0x33AC8B) is known color: Jungle Green. HEX triplet: 33, AC and 8B. RGB value is (51,172,139). Sum of RGB (Red+Green+Blue) = 51+172+139=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #33AC8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AC8B is #CC5374. Grayscale: #848484. Windows color (decimal): -13390709 or 9153587. OLE color: 9153587.

HSL color Cylindrical-coordinate representation of color #33AC8B: hue angle of 163.64º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AC8B is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 172 139 -
CMYK 0.70 0 0.19 0.33
HSL 163.64º 0.54% 0.44% -
HSV(B) 163.64º 0.7% 0.67% -
XYZ 20.78 32.07 29.52 -
YUV 132.06 131.91 70.18 -
System Red Green Blue C M Y K H S L
Decimal 51 172 139 0.70 0 0.19 0.33 163.64 0.54 0.44
Hex 33 AC 8B 46 0 13 21 A4 36 2C
Octal 63 254 213 106 0 23 41 244 66 54
Binary 110011 10101100 10001011 1000110 0 10011 100001 10100100 110110 101100

Color Harmonies of #33AC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AC8B

Black with #33AC8B

Text Example


Text Example

White with #33AC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,172,139); }

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

background-color css

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

 a { background-color: rgb(51,172,139); }

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

border-color css

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

 span { border-color: rgb(51,172,139); }

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