Html Css Color HEX #21270C Green Waterloo

📋 copy color: '#21270C'

red 33 ◦ green 39 ◦ blue 12

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

Shades of Green Waterloo #21270C

Tints of Green Waterloo #21270C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.29%

R = 39.29%
G = 46.43%
B = 14.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.85

RGB Variations

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

Color information

#21270C (or 0x21270C) is known color: Green Waterloo. HEX triplet: 21, 27 and 0C. RGB value is (33,39,12). Sum of RGB (Red+Green+Blue) = 33+39+12=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 39 - color contains mainly: green. Hex color #21270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21270C is #DED8F3. Grayscale: #222222. Windows color (decimal): -14604532 or 796449. OLE color: 796449.

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

Color convert

RGB 33 39 12 -
CMYK 0.15 0 0.69 0.85
HSL 73.33º 0.53% 0.1% -
HSV(B) 73.33º 0.69% 0.15% -
XYZ 1.42 1.8 0.62 -
YUV 34.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 33 39 12 0.15 0 0.69 0.85 73.33 0.53 0.1
Hex 21 27 C F 0 45 55 49 35 A
Octal 41 47 14 17 0 105 125 111 65 12
Binary 100001 100111 1100 1111 0 1000101 1010101 1001001 110101 1010

Color Harmonies of #21270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21270C

Black with #21270C

Text Example


Text Example

White with #21270C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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