Html Css Color HEX #212304 Green Waterloo

📋 copy color: '#212304'

red 33 ◦ green 35 ◦ blue 4

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

Shades of Green Waterloo #212304

Tints of Green Waterloo #212304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 48.61%

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

R = 45.83%
G = 48.61%
B = 5.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.86

RGB Variations

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

Color information

#212304 (or 0x212304) is known color: Green Waterloo. HEX triplet: 21, 23 and 04. RGB value is (33,35,4). Sum of RGB (Red+Green+Blue) = 33+35+4=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #212304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212304 is #DEDCFB. Grayscale: #1E1E1E. Windows color (decimal): -14605564 or 271137. OLE color: 271137.

HSL color Cylindrical-coordinate representation of color #212304: hue angle of 63.87º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #212304 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 35 4 -
CMYK 0.06 0 0.89 0.86
HSL 63.87º 0.79% 0.08% -
HSV(B) 63.87º 0.89% 0.14% -
XYZ 1.25 1.53 0.35 -
YUV 30.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 33 35 4 0.06 0 0.89 0.86 63.87 0.79 0.08
Hex 21 23 4 6 0 59 56 40 4F 8
Octal 41 43 4 6 0 131 126 100 117 10
Binary 100001 100011 100 110 0 1011001 1010110 1000000 1001111 1000

Color Harmonies of #212304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212304

Black with #212304

Text Example


Text Example

White with #212304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212304; }

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

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

background-color css

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

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

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

border-color css

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

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

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