#33B282

Color #33B282 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #33B282

Tints of Jungle Green #33B282

Color information

#33B282 (or 0x33B282) is unknown color: approx Jungle Green. HEX triplet: 33, B2 and 82. RGB value is (51,178,130). Sum of RGB (Red+Green+Blue) = 51+178+130=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 178 (69.92% from 255 or 49.58% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 178 - color contains mainly: green. Hex color #33B282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33B282 is #CC4D7D. Grayscale: #868686. Windows color (decimal): -13389182 or 8565299. OLE color: 8565299.

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

Color convert

RGB51178130-
CMYK0.7100.270.30
HSL157.32º55.46%44.9%-
HSV(B)157.32º71.35%69.8%-
XYZ21.3134.1626.59-
YUV134.55125.4268.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.21%
GREEN value IS 178 (69.92% from 255) = 49.58%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=14.21%
G=49.58%
B=36.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal511781300.7100.270.30157.3255.4644.9
Hex33B2824701B1E9d372d
Octal63262202107033362356755
Binary110011101100101000001010001110110111111010011101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33B282;
 }
 .AnyTagClassName
 {
   color: #33B282;
 }
</style>
background-color css

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

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

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

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

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

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