Html Css Color HEX #20240B Green Waterloo

📋 copy color: '#20240B'

red 32 ◦ green 36 ◦ blue 11

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

Shades of Green Waterloo #20240B

Tints of Green Waterloo #20240B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.92%

R = 40.51%
G = 45.57%
B = 13.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#20240B (or 0x20240B) is known color: Green Waterloo. HEX triplet: 20, 24 and 0B. RGB value is (32,36,11). Sum of RGB (Red+Green+Blue) = 32+36+11=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #20240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20240B is #DFDBF4. Grayscale: #202020. Windows color (decimal): -14670837 or 730144. OLE color: 730144.

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

Color convert

RGB 32 36 11 -
CMYK 0.11 0 0.69 0.86
HSL 69.6º 0.53% 0.09% -
HSV(B) 69.6º 0.69% 0.14% -
XYZ 1.29 1.59 0.56 -
YUV 31.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 32 36 11 0.11 0 0.69 0.86 69.6 0.53 0.09
Hex 20 24 B B 0 45 56 46 35 9
Octal 40 44 13 13 0 105 126 106 65 11
Binary 100000 100100 1011 1011 0 1000101 1010110 1000110 110101 1001

Color Harmonies of #20240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20240B

Black with #20240B

Text Example


Text Example

White with #20240B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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