Html Css Color HEX #33BC8A Jungle Green

📋 copy color: '#33BC8A'

red 51 ◦ green 188 ◦ blue 138

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

Shades of Jungle Green #33BC8A

Tints of Jungle Green #33BC8A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.87%

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 13.53%
G = 49.87%
B = 36.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#33BC8A (or 0x33BC8A) is known color: Jungle Green. HEX triplet: 33, BC and 8A. RGB value is (51,188,138). Sum of RGB (Red+Green+Blue) = 51+188+138=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BC8A is #CC4375. Grayscale: #8D8D8D. Windows color (decimal): -13386614 or 9092147. OLE color: 9092147.

HSL color Cylindrical-coordinate representation of color #33BC8A: hue angle of 158.1º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BC8A is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 188 138 -
CMYK 0.73 0 0.27 0.26
HSL 158.1º 0.57% 0.47% -
HSV(B) 158.1º 0.73% 0.74% -
XYZ 23.94 38.51 30.22 -
YUV 141.34 126.11 63.57 -
System Red Green Blue C M Y K H S L
Decimal 51 188 138 0.73 0 0.27 0.26 158.1 0.57 0.47
Hex 33 BC 8A 49 0 1B 1A 9E 39 2F
Octal 63 274 212 111 0 33 32 236 71 57
Binary 110011 10111100 10001010 1001001 0 11011 11010 10011110 111001 101111

Color Harmonies of #33BC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BC8A

Black with #33BC8A

Text Example


Text Example

White with #33BC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,188,138); }

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

background-color css

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

 a { background-color: rgb(51,188,138); }

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

border-color css

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

 span { border-color: rgb(51,188,138); }

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