Html Css Color HEX #33B28C Jungle Green

📋 copy color: '#33B28C'

red 51 ◦ green 178 ◦ blue 140

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

Shades of Jungle Green #33B28C

Tints of Jungle Green #33B28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 13.82%
G = 48.24%
B = 37.94%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#33B28C (or 0x33B28C) is known color: Jungle Green. HEX triplet: 33, B2 and 8C. RGB value is (51,178,140). Sum of RGB (Red+Green+Blue) = 51+178+140=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #33B28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33B28C is #CC4D73. Grayscale: #878787. Windows color (decimal): -13389172 or 9220659. OLE color: 9220659.

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

Color convert

RGB 51 178 140 -
CMYK 0.71 0 0.21 0.30
HSL 162.05º 0.55% 0.45% -
HSV(B) 162.05º 0.71% 0.7% -
XYZ 22.02 34.44 30.3 -
YUV 135.7 130.42 67.59 -
System Red Green Blue C M Y K H S L
Decimal 51 178 140 0.71 0 0.21 0.30 162.05 0.55 0.45
Hex 33 B2 8C 47 0 15 1E A2 37 2D
Octal 63 262 214 107 0 25 36 242 67 55
Binary 110011 10110010 10001100 1000111 0 10101 11110 10100010 110111 101101

Color Harmonies of #33B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B28C

Black with #33B28C

Text Example


Text Example

White with #33B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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