Html Css Color HEX #212508 Green Waterloo

📋 copy color: '#212508'

red 33 ◦ green 37 ◦ blue 8

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

Shades of Green Waterloo #212508

Tints of Green Waterloo #212508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 10.26%

R = 42.31%
G = 47.44%
B = 10.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.85

RGB Variations

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

Color information

#212508 (or 0x212508) is known color: Green Waterloo. HEX triplet: 21, 25 and 08. RGB value is (33,37,8). Sum of RGB (Red+Green+Blue) = 33+37+8=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #212508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212508 is #DEDAF7. Grayscale: #202020. Windows color (decimal): -14605048 or 533793. OLE color: 533793.

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

Color convert

RGB 33 37 8 -
CMYK 0.11 0 0.78 0.85
HSL 68.28º 0.64% 0.09% -
HSV(B) 68.28º 0.78% 0.15% -
XYZ 1.33 1.66 0.48 -
YUV 32.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 33 37 8 0.11 0 0.78 0.85 68.28 0.64 0.09
Hex 21 25 8 B 0 4E 55 44 40 9
Octal 41 45 10 13 0 116 125 104 100 11
Binary 100001 100101 1000 1011 0 1001110 1010101 1000100 1000000 1001

Color Harmonies of #212508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212508

Black with #212508

Text Example


Text Example

White with #212508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212508; }

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

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

background-color css

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

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

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

border-color css

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

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

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