Html Css Color HEX #212504 Green Waterloo

📋 copy color: '#212504'

red 33 ◦ green 37 ◦ blue 4

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

Shades of Green Waterloo #212504

Tints of Green Waterloo #212504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 50%

 BLUE value IS 4 (1.95% from 255) = 5.41%

R = 44.59%
G = 50%
B = 5.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#212504 (or 0x212504) is known color: Green Waterloo. HEX triplet: 21, 25 and 04. RGB value is (33,37,4). Sum of RGB (Red+Green+Blue) = 33+37+4=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #212504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212504 is #DEDAFB. Grayscale: #202020. Windows color (decimal): -14605052 or 271649. OLE color: 271649.

HSL color Cylindrical-coordinate representation of color #212504: hue angle of 67.27º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #212504 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 37 4 -
CMYK 0.11 0 0.89 0.85
HSL 67.27º 0.8% 0.08% -
HSV(B) 67.27º 0.89% 0.15% -
XYZ 1.31 1.66 0.37 -
YUV 32.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 33 37 4 0.11 0 0.89 0.85 67.27 0.8 0.08
Hex 21 25 4 B 0 59 55 43 50 8
Octal 41 45 4 13 0 131 125 103 120 10
Binary 100001 100101 100 1011 0 1011001 1010101 1000011 1010000 1000

Color Harmonies of #212504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212504

Black with #212504

Text Example


Text Example

White with #212504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212504; }

 p { color: rgb(33,37,4); }

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

background-color css

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

 a { background-color: rgb(33,37,4); }

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

border-color css

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

 span { border-color: rgb(33,37,4); }

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