Html Css Color HEX #33A97D Jungle Green

📋 copy color: '#33A97D'

red 51 ◦ green 169 ◦ blue 125

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

Shades of Jungle Green #33A97D

Tints of Jungle Green #33A97D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.99%

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

R = 14.78%
G = 48.99%
B = 36.23%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#33A97D (or 0x33A97D) is known color: Jungle Green. HEX triplet: 33, A9 and 7D. RGB value is (51,169,125). Sum of RGB (Red+Green+Blue) = 51+169+125=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #33A97D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A97D is #CC5682. Grayscale: #808080. Windows color (decimal): -13391491 or 8235315. OLE color: 8235315.

HSL color Cylindrical-coordinate representation of color #33A97D: hue angle of 157.63º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33A97D is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 51 169 125 -
CMYK 0.70 0 0.26 0.34
HSL 157.63º 0.54% 0.43% -
HSV(B) 157.63º 0.7% 0.66% -
XYZ 19.25 30.56 24.29 -
YUV 128.7 125.91 72.58 -
System Red Green Blue C M Y K H S L
Decimal 51 169 125 0.70 0 0.26 0.34 157.63 0.54 0.43
Hex 33 A9 7D 46 0 1A 22 9E 36 2B
Octal 63 251 175 106 0 32 42 236 66 53
Binary 110011 10101001 1111101 1000110 0 11010 100010 10011110 110110 101011

Color Harmonies of #33A97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A97D

Black with #33A97D

Text Example


Text Example

White with #33A97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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