Html Css Color HEX #212707 Green Waterloo

📋 copy color: '#212707'

red 33 ◦ green 39 ◦ blue 7

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

Shades of Green Waterloo #212707

Tints of Green Waterloo #212707

RGB

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

 GREEN value IS 39 (15.63% from 255) = 49.37%

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

R = 41.77%
G = 49.37%
B = 8.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.85

RGB Variations

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

Color information

#212707 (or 0x212707) is known color: Green Waterloo. HEX triplet: 21, 27 and 07. RGB value is (33,39,7). Sum of RGB (Red+Green+Blue) = 33+39+7=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 39 (15.62% from 255 or 49.37% from 79); Blue value is 7 (3.12% from 255 or 8.86% from 79); Max value from RGB is 39 - color contains mainly: green. Hex color #212707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212707 is #DED8F8. Grayscale: #212121. Windows color (decimal): -14604537 or 468769. OLE color: 468769.

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

Color convert

RGB 33 39 7 -
CMYK 0.15 0 0.82 0.85
HSL 71.25º 0.7% 0.09% -
HSV(B) 71.25º 0.82% 0.15% -
XYZ 1.39 1.79 0.47 -
YUV 33.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 33 39 7 0.15 0 0.82 0.85 71.25 0.7 0.09
Hex 21 27 7 F 0 52 55 47 46 9
Octal 41 47 7 17 0 122 125 107 106 11
Binary 100001 100111 111 1111 0 1010010 1010101 1000111 1000110 1001

Color Harmonies of #212707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212707

Black with #212707

Text Example


Text Example

White with #212707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212707; }

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

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

background-color css

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

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

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

border-color css

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

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

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