Html Css Color HEX #33B68F Jungle Green

📋 copy color: '#33B68F'

red 51 ◦ green 182 ◦ blue 143

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

Shades of Jungle Green #33B68F

Tints of Jungle Green #33B68F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.4%

 BLUE value IS 143 (56.25% from 255) = 38.03%

R = 13.56%
G = 48.4%
B = 38.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#33B68F (or 0x33B68F) is known color: Jungle Green. HEX triplet: 33, B6 and 8F. RGB value is (51,182,143). Sum of RGB (Red+Green+Blue) = 51+182+143=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #33B68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B68F is #CC4970. Grayscale: #8A8A8A. Windows color (decimal): -13388145 or 9418291. OLE color: 9418291.

HSL color Cylindrical-coordinate representation of color #33B68F: hue angle of 162.14º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B68F is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 182 143 -
CMYK 0.72 0 0.21 0.29
HSL 162.14º 0.56% 0.46% -
HSV(B) 162.14º 0.72% 0.71% -
XYZ 23.05 36.14 31.75 -
YUV 138.39 130.6 65.67 -
System Red Green Blue C M Y K H S L
Decimal 51 182 143 0.72 0 0.21 0.29 162.14 0.56 0.46
Hex 33 B6 8F 48 0 15 1D A2 38 2E
Octal 63 266 217 110 0 25 35 242 70 56
Binary 110011 10110110 10001111 1001000 0 10101 11101 10100010 111000 101110

Color Harmonies of #33B68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B68F

Black with #33B68F

Text Example


Text Example

White with #33B68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,182,143); }

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

background-color css

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

 a { background-color: rgb(51,182,143); }

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

border-color css

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

 span { border-color: rgb(51,182,143); }

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