Html Css Color HEX #21280A Green Waterloo

📋 copy color: '#21280A'

red 33 ◦ green 40 ◦ blue 10

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

Shades of Green Waterloo #21280A

Tints of Green Waterloo #21280A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 48.19%

 BLUE value IS 10 (4.3% from 255) = 12.05%

R = 39.76%
G = 48.19%
B = 12.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.84

RGB Variations

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

Color information

#21280A (or 0x21280A) is known color: Green Waterloo. HEX triplet: 21, 28 and 0A. RGB value is (33,40,10). Sum of RGB (Red+Green+Blue) = 33+40+10=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 40 (16.02% from 255 or 48.19% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 40 - color contains mainly: green. Hex color #21280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21280A is #DED7F5. Grayscale: #222222. Windows color (decimal): -14604278 or 665633. OLE color: 665633.

HSL color Cylindrical-coordinate representation of color #21280A: hue angle of 74º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21280A is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 40 10 -
CMYK 0.17 0 0.75 0.84
HSL 74º 0.6% 0.1% -
HSV(B) 74º 0.75% 0.16% -
XYZ 1.44 1.86 0.57 -
YUV 34.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 33 40 10 0.17 0 0.75 0.84 74 0.6 0.1
Hex 21 28 A 11 0 4B 54 4A 3C A
Octal 41 50 12 21 0 113 124 112 74 12
Binary 100001 101000 1010 10001 0 1001011 1010100 1001010 111100 1010

Color Harmonies of #21280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21280A

Black with #21280A

Text Example


Text Example

White with #21280A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,40,10); }

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

background-color css

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

 a { background-color: rgb(33,40,10); }

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

border-color css

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

 span { border-color: rgb(33,40,10); }

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