Html Css Color HEX #212807 Green Waterloo

📋 copy color: '#212807'

red 33 ◦ green 40 ◦ blue 7

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

Shades of Green Waterloo #212807

Tints of Green Waterloo #212807

RGB

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

 GREEN value IS 40 (16.02% from 255) = 50%

 BLUE value IS 7 (3.13% from 255) = 8.75%

R = 41.25%
G = 50%
B = 8.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.84

RGB Variations

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

Color information

#212807 (or 0x212807) is known color: Green Waterloo. HEX triplet: 21, 28 and 07. RGB value is (33,40,7). Sum of RGB (Red+Green+Blue) = 33+40+7=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #212807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212807 is #DED7F8. Grayscale: #222222. Windows color (decimal): -14604281 or 469025. OLE color: 469025.

HSL color Cylindrical-coordinate representation of color #212807: hue angle of 72.73º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #212807 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 40 7 -
CMYK 0.17 0 0.83 0.84
HSL 72.73º 0.7% 0.09% -
HSV(B) 72.73º 0.83% 0.16% -
XYZ 1.42 1.86 0.48 -
YUV 34.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 33 40 7 0.17 0 0.83 0.84 72.73 0.7 0.09
Hex 21 28 7 11 0 53 54 49 46 9
Octal 41 50 7 21 0 123 124 111 106 11
Binary 100001 101000 111 10001 0 1010011 1010100 1001001 1000110 1001

Color Harmonies of #212807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212807

Black with #212807

Text Example


Text Example

White with #212807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212807; }

 p { color: rgb(33,40,7); }

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

background-color css

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

 a { background-color: rgb(33,40,7); }

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

border-color css

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

 span { border-color: rgb(33,40,7); }

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