Html Css Color HEX #212507 Green Waterloo

📋 copy color: '#212507'

red 33 ◦ green 37 ◦ blue 7

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

Shades of Green Waterloo #212507

Tints of Green Waterloo #212507

RGB

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

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

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

R = 42.86%
G = 48.05%
B = 9.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.85

RGB Variations

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

Color information

#212507 (or 0x212507) is known color: Green Waterloo. HEX triplet: 21, 25 and 07. RGB value is (33,37,7). Sum of RGB (Red+Green+Blue) = 33+37+7=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #212507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212507 is #DEDAF8. Grayscale: #202020. Windows color (decimal): -14605049 or 468257. OLE color: 468257.

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

Color convert

RGB 33 37 7 -
CMYK 0.11 0 0.81 0.85
HSL 68º 0.68% 0.09% -
HSV(B) 68º 0.81% 0.15% -
XYZ 1.33 1.66 0.45 -
YUV 32.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 33 37 7 0.11 0 0.81 0.85 68 0.68 0.09
Hex 21 25 7 B 0 51 55 44 44 9
Octal 41 45 7 13 0 121 125 104 104 11
Binary 100001 100101 111 1011 0 1010001 1010101 1000100 1000100 1001

Color Harmonies of #212507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212507

Black with #212507

Text Example


Text Example

White with #212507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212507; }

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

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

background-color css

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

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

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

border-color css

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

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

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