Html Css Color HEX #33B27F Jungle Green

📋 copy color: '#33B27F'

red 51 ◦ green 178 ◦ blue 127

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

Shades of Jungle Green #33B27F

Tints of Jungle Green #33B27F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50%

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

R = 14.33%
G = 50%
B = 35.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#33B27F (or 0x33B27F) is known color: Jungle Green. HEX triplet: 33, B2 and 7F. RGB value is (51,178,127). Sum of RGB (Red+Green+Blue) = 51+178+127=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #33B27F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33B27F is #CC4D80. Grayscale: #868686. Windows color (decimal): -13389185 or 8368691. OLE color: 8368691.

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

Color convert

RGB 51 178 127 -
CMYK 0.71 0 0.29 0.30
HSL 155.91º 0.55% 0.45% -
HSV(B) 155.91º 0.71% 0.7% -
XYZ 21.12 34.08 25.54 -
YUV 134.21 123.92 68.65 -
System Red Green Blue C M Y K H S L
Decimal 51 178 127 0.71 0 0.29 0.30 155.91 0.55 0.45
Hex 33 B2 7F 47 0 1D 1E 9C 37 2D
Octal 63 262 177 107 0 35 36 234 67 55
Binary 110011 10110010 1111111 1000111 0 11101 11110 10011100 110111 101101

Color Harmonies of #33B27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B27F

Black with #33B27F

Text Example


Text Example

White with #33B27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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