Html Css Color HEX #20240A Green Waterloo

📋 copy color: '#20240A'

red 32 ◦ green 36 ◦ blue 10

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

Shades of Green Waterloo #20240A

Tints of Green Waterloo #20240A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 46.15%

 BLUE value IS 10 (4.3% from 255) = 12.82%

R = 41.03%
G = 46.15%
B = 12.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#20240A (or 0x20240A) is known color: Green Waterloo. HEX triplet: 20, 24 and 0A. RGB value is (32,36,10). Sum of RGB (Red+Green+Blue) = 32+36+10=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #20240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20240A is #DFDBF5. Grayscale: #1F1F1F. Windows color (decimal): -14670838 or 664608. OLE color: 664608.

HSL color Cylindrical-coordinate representation of color #20240A: hue angle of 69.23º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20240A is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB 32 36 10 -
CMYK 0.11 0 0.72 0.86
HSL 69.23º 0.57% 0.09% -
HSV(B) 69.23º 0.72% 0.14% -
XYZ 1.28 1.59 0.53 -
YUV 31.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 32 36 10 0.11 0 0.72 0.86 69.23 0.57 0.09
Hex 20 24 A B 0 48 56 45 39 9
Octal 40 44 12 13 0 110 126 105 71 11
Binary 100000 100100 1010 1011 0 1001000 1010110 1000101 111001 1001

Color Harmonies of #20240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20240A

Black with #20240A

Text Example


Text Example

White with #20240A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20240A; }

 p { color: rgb(32,36,10); }

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

background-color css

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

 a { background-color: rgb(32,36,10); }

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

border-color css

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

 span { border-color: rgb(32,36,10); }

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