Html Css Color HEX #33B17F Jungle Green

📋 copy color: '#33B17F'

red 51 ◦ green 177 ◦ blue 127

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

Shades of Jungle Green #33B17F

Tints of Jungle Green #33B17F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.86%

 BLUE value IS 127 (50% from 255) = 35.77%

R = 14.37%
G = 49.86%
B = 35.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#33B17F (or 0x33B17F) is known color: Jungle Green. HEX triplet: 33, B1 and 7F. RGB value is (51,177,127). Sum of RGB (Red+Green+Blue) = 51+177+127=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #33B17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33B17F is #CC4E80. Grayscale: #858585. Windows color (decimal): -13389441 or 8368435. OLE color: 8368435.

HSL color Cylindrical-coordinate representation of color #33B17F: hue angle of 156.19º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33B17F is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 177 127 -
CMYK 0.71 0 0.28 0.31
HSL 156.19º 0.55% 0.45% -
HSV(B) 156.19º 0.71% 0.69% -
XYZ 20.92 33.68 25.48 -
YUV 133.63 124.26 69.07 -
System Red Green Blue C M Y K H S L
Decimal 51 177 127 0.71 0 0.28 0.31 156.19 0.55 0.45
Hex 33 B1 7F 47 0 1C 1F 9C 37 2D
Octal 63 261 177 107 0 34 37 234 67 55
Binary 110011 10110001 1111111 1000111 0 11100 11111 10011100 110111 101101

Color Harmonies of #33B17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B17F

Black with #33B17F

Text Example


Text Example

White with #33B17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,177,127); }

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

background-color css

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

 a { background-color: rgb(51,177,127); }

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

border-color css

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

 span { border-color: rgb(51,177,127); }

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