Html Css Color HEX #21270A Green Waterloo

📋 copy color: '#21270A'

red 33 ◦ green 39 ◦ blue 10

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

Shades of Green Waterloo #21270A

Tints of Green Waterloo #21270A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 47.56%

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

R = 40.24%
G = 47.56%
B = 12.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#21270A (or 0x21270A) is known color: Green Waterloo. HEX triplet: 21, 27 and 0A. RGB value is (33,39,10). Sum of RGB (Red+Green+Blue) = 33+39+10=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #21270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21270A is #DED8F5. Grayscale: #222222. Windows color (decimal): -14604534 or 665377. OLE color: 665377.

HSL color Cylindrical-coordinate representation of color #21270A: hue angle of 72.41º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21270A is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 39 10 -
CMYK 0.15 0 0.74 0.85
HSL 72.41º 0.59% 0.1% -
HSV(B) 72.41º 0.74% 0.15% -
XYZ 1.41 1.8 0.56 -
YUV 33.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 33 39 10 0.15 0 0.74 0.85 72.41 0.59 0.1
Hex 21 27 A F 0 4A 55 48 3B A
Octal 41 47 12 17 0 112 125 110 73 12
Binary 100001 100111 1010 1111 0 1001010 1010101 1001000 111011 1010

Color Harmonies of #21270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21270A

Black with #21270A

Text Example


Text Example

White with #21270A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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