Html Css Color HEX #21A67B Jungle Green

📋 copy color: '#21A67B'

red 33 ◦ green 166 ◦ blue 123

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

Shades of Jungle Green #21A67B

Tints of Jungle Green #21A67B

RGB

 RED value IS 33 (13.28% from 255) = 10.25%

 GREEN value IS 166 (65.23% from 255) = 51.55%

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 10.25%
G = 51.55%
B = 38.2%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#21A67B (or 0x21A67B) is known color: Jungle Green. HEX triplet: 21, A6 and 7B. RGB value is (33,166,123). Sum of RGB (Red+Green+Blue) = 33+166+123=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 166 (65.23% from 255 or 51.55% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 166 - color contains mainly: green. Hex color #21A67B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A67B is #DE5984. Grayscale: #797979. Windows color (decimal): -14571909 or 8103457. OLE color: 8103457.

HSL color Cylindrical-coordinate representation of color #21A67B: hue angle of 160.6º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A67B is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 166 123 -
CMYK 0.80 0 0.26 0.35
HSL 160.6º 0.67% 0.39% -
HSV(B) 160.6º 0.8% 0.65% -
XYZ 17.84 29.03 23.4 -
YUV 121.33 128.94 65 -
System Red Green Blue C M Y K H S L
Decimal 33 166 123 0.80 0 0.26 0.35 160.6 0.67 0.39
Hex 21 A6 7B 50 0 1A 23 A1 43 27
Octal 41 246 173 120 0 32 43 241 103 47
Binary 100001 10100110 1111011 1010000 0 11010 100011 10100001 1000011 100111

Color Harmonies of #21A67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A67B

Black with #21A67B

Text Example


Text Example

White with #21A67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21A67B; }

 p { color: rgb(33,166,123); }

 H1.HeaderClassName
 {
   color: #21A67B;
 }
 .AnyTagClassName
 {
   color: #21A67B;
 }
</style>

background-color css

<style>
 a { background-color: #21A67B; }

 a { background-color: rgb(33,166,123); }

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

border-color css

<style>
 span { border-color: #21A67B; }

 span { border-color: rgb(33,166,123); }

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