Html Css Color HEX #21514A Gable Green

📋 copy color: '#21514A'

red 33 ◦ green 81 ◦ blue 74

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

Shades of Gable Green #21514A

Tints of Gable Green #21514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

 BLUE value IS 74 (29.3% from 255) = 39.36%

R = 17.55%
G = 43.09%
B = 39.36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#21514A (or 0x21514A) is known color: Gable Green. HEX triplet: 21, 51 and 4A. RGB value is (33,81,74). Sum of RGB (Red+Green+Blue) = 33+81+74=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #21514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21514A is #DEAEB5. Grayscale: #414141. Windows color (decimal): -14593718 or 4870433. OLE color: 4870433.

HSL color Cylindrical-coordinate representation of color #21514A: hue angle of 171.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #21514A is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 81 74 -
CMYK 0.59 0 0.09 0.68
HSL 171.25º 0.42% 0.22% -
HSV(B) 171.25º 0.59% 0.32% -
XYZ 4.81 6.7 7.52 -
YUV 65.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 33 81 74 0.59 0 0.09 0.68 171.25 0.42 0.22
Hex 21 51 4A 3B 0 9 44 AB 2A 16
Octal 41 121 112 73 0 11 104 253 52 26
Binary 100001 1010001 1001010 111011 0 1001 1000100 10101011 101010 10110

Color Harmonies of #21514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21514A

Black with #21514A

Text Example


Text Example

White with #21514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21514A; }

 p { color: rgb(33,81,74); }

 H1.HeaderClassName
 {
   color: #21514A;
 }
 .AnyTagClassName
 {
   color: #21514A;
 }
</style>

background-color css

<style>
 a { background-color: #21514A; }

 a { background-color: rgb(33,81,74); }

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

border-color css

<style>
 span { border-color: #21514A; }

 span { border-color: rgb(33,81,74); }

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