Html Css Color HEX #21240C Green Waterloo

📋 copy color: '#21240C'

red 33 ◦ green 36 ◦ blue 12

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

Shades of Green Waterloo #21240C

Tints of Green Waterloo #21240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 44.44%

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

R = 40.74%
G = 44.44%
B = 14.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.86

RGB Variations

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

Color information

#21240C (or 0x21240C) is known color: Green Waterloo. HEX triplet: 21, 24 and 0C. RGB value is (33,36,12). Sum of RGB (Red+Green+Blue) = 33+36+12=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #21240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21240C is #DEDBF3. Grayscale: #202020. Windows color (decimal): -14605300 or 795681. OLE color: 795681.

HSL color Cylindrical-coordinate representation of color #21240C: hue angle of 67.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #21240C is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 36 12 -
CMYK 0.08 0 0.67 0.86
HSL 67.5º 0.5% 0.09% -
HSV(B) 67.5º 0.67% 0.14% -
XYZ 1.32 1.61 0.59 -
YUV 32.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 33 36 12 0.08 0 0.67 0.86 67.5 0.5 0.09
Hex 21 24 C 8 0 43 56 44 32 9
Octal 41 44 14 10 0 103 126 104 62 11
Binary 100001 100100 1100 1000 0 1000011 1010110 1000100 110010 1001

Color Harmonies of #21240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21240C

Black with #21240C

Text Example


Text Example

White with #21240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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