Html Css Color HEX #21995B Eucalyptus

📋 copy color: '#21995B'

red 33 ◦ green 153 ◦ blue 91

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

Shades of Eucalyptus #21995B

Tints of Eucalyptus #21995B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.23%

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 11.91%
G = 55.23%
B = 32.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#21995B (or 0x21995B) is known color: Eucalyptus. HEX triplet: 21, 99 and 5B. RGB value is (33,153,91). Sum of RGB (Red+Green+Blue) = 33+153+91=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #21995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21995B is #DE66A4. Grayscale: #6E6E6E. Windows color (decimal): -14575269 or 6002977. OLE color: 6002977.

HSL color Cylindrical-coordinate representation of color #21995B: hue angle of 149º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21995B is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 153 91 -
CMYK 0.78 0 0.41 0.4
HSL 149º 0.65% 0.36% -
HSV(B) 149º 0.78% 0.6% -
XYZ 13.91 23.86 13.77 -
YUV 110.05 117.24 73.04 -
System Red Green Blue C M Y K H S L
Decimal 33 153 91 0.78 0 0.41 0.4 149 0.65 0.36
Hex 21 99 5B 4E 0 29 28 95 41 24
Octal 41 231 133 116 0 51 50 225 101 44
Binary 100001 10011001 1011011 1001110 0 101001 101000 10010101 1000001 100100

Color Harmonies of #21995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21995B

Black with #21995B

Text Example


Text Example

White with #21995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21995B; }

 p { color: rgb(33,153,91); }

 H1.HeaderClassName
 {
   color: #21995B;
 }
 .AnyTagClassName
 {
   color: #21995B;
 }
</style>

background-color css

<style>
 a { background-color: #21995B; }

 a { background-color: rgb(33,153,91); }

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

border-color css

<style>
 span { border-color: #21995B; }

 span { border-color: rgb(33,153,91); }

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