Html Css Color HEX #21AB48 Chateau Green

📋 copy color: '#21AB48'

red 33 ◦ green 171 ◦ blue 72

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

Shades of Chateau Green #21AB48

Tints of Chateau Green #21AB48

RGB

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

 GREEN value IS 171 (67.19% from 255) = 61.96%

 BLUE value IS 72 (28.52% from 255) = 26.09%

R = 11.96%
G = 61.96%
B = 26.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#21AB48 (or 0x21AB48) is known color: Chateau Green. HEX triplet: 21, AB and 48. RGB value is (33,171,72). Sum of RGB (Red+Green+Blue) = 33+171+72=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 171 (67.19% from 255 or 61.96% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AB48 is #DE54B7. Grayscale: #767676. Windows color (decimal): -14570680 or 4762401. OLE color: 4762401.

HSL color Cylindrical-coordinate representation of color #21AB48: hue angle of 136.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AB48 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 171 72 -
CMYK 0.81 0 0.58 0.33
HSL 136.96º 0.68% 0.4% -
HSV(B) 136.96º 0.81% 0.67% -
XYZ 16.36 29.92 11.04 -
YUV 118.45 101.78 67.05 -
System Red Green Blue C M Y K H S L
Decimal 33 171 72 0.81 0 0.58 0.33 136.96 0.68 0.4
Hex 21 AB 48 51 0 3A 21 89 44 28
Octal 41 253 110 121 0 72 41 211 104 50
Binary 100001 10101011 1001000 1010001 0 111010 100001 10001001 1000100 101000

Color Harmonies of #21AB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AB48

Black with #21AB48

Text Example


Text Example

White with #21AB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,171,72); }

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

background-color css

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

 a { background-color: rgb(33,171,72); }

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

border-color css

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

 span { border-color: rgb(33,171,72); }

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