Html Css Color HEX #33AC7D Jungle Green

📋 copy color: '#33AC7D'

red 51 ◦ green 172 ◦ blue 125

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

Shades of Jungle Green #33AC7D

Tints of Jungle Green #33AC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 14.66%
G = 49.43%
B = 35.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#33AC7D (or 0x33AC7D) is known color: Jungle Green. HEX triplet: 33, AC and 7D. RGB value is (51,172,125). Sum of RGB (Red+Green+Blue) = 51+172+125=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #33AC7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AC7D is #CC5382. Grayscale: #828282. Windows color (decimal): -13390723 or 8236083. OLE color: 8236083.

HSL color Cylindrical-coordinate representation of color #33AC7D: hue angle of 156.69º 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 #33AC7D is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 172 125 -
CMYK 0.70 0 0.27 0.33
HSL 156.69º 0.54% 0.44% -
HSV(B) 156.69º 0.7% 0.67% -
XYZ 19.82 31.69 24.47 -
YUV 130.46 124.91 71.32 -
System Red Green Blue C M Y K H S L
Decimal 51 172 125 0.70 0 0.27 0.33 156.69 0.54 0.44
Hex 33 AC 7D 46 0 1B 21 9D 36 2C
Octal 63 254 175 106 0 33 41 235 66 54
Binary 110011 10101100 1111101 1000110 0 11011 100001 10011101 110110 101100

Color Harmonies of #33AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AC7D

Black with #33AC7D

Text Example


Text Example

White with #33AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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