Html Css Color HEX #20250C Green Waterloo

📋 copy color: '#20250C'

red 32 ◦ green 37 ◦ blue 12

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

Shades of Green Waterloo #20250C

Tints of Green Waterloo #20250C

RGB

 RED value IS 32 (12.89% from 255) = 39.51%

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

 BLUE value IS 12 (5.08% from 255) = 14.81%

R = 39.51%
G = 45.68%
B = 14.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#20250C (or 0x20250C) is known color: Green Waterloo. HEX triplet: 20, 25 and 0C. RGB value is (32,37,12). Sum of RGB (Red+Green+Blue) = 32+37+12=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #20250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20250C is #DFDAF3. Grayscale: #202020. Windows color (decimal): -14670580 or 795936. OLE color: 795936.

HSL color Cylindrical-coordinate representation of color #20250C: hue angle of 72º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20250C is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 37 12 -
CMYK 0.14 0 0.68 0.85
HSL 72º 0.51% 0.1% -
HSV(B) 72º 0.68% 0.15% -
XYZ 1.32 1.66 0.6 -
YUV 32.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 32 37 12 0.14 0 0.68 0.85 72 0.51 0.1
Hex 20 25 C E 0 44 55 48 33 A
Octal 40 45 14 16 0 104 125 110 63 12
Binary 100000 100101 1100 1110 0 1000100 1010101 1001000 110011 1010

Color Harmonies of #20250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20250C

Black with #20250C

Text Example


Text Example

White with #20250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20250C; }

 p { color: rgb(32,37,12); }

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

background-color css

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

 a { background-color: rgb(32,37,12); }

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

border-color css

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

 span { border-color: rgb(32,37,12); }

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