Html Css Color HEX #24280B Green Waterloo

📋 copy color: '#24280B'

red 36 ◦ green 40 ◦ blue 11

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

Shades of Green Waterloo #24280B

Tints of Green Waterloo #24280B

RGB

 RED value IS 36 (14.45% from 255) = 41.38%

 GREEN value IS 40 (16.02% from 255) = 45.98%

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

R = 41.38%
G = 45.98%
B = 12.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.84

RGB Variations

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

Color information

#24280B (or 0x24280B) is known color: Green Waterloo. HEX triplet: 24, 28 and 0B. RGB value is (36,40,11). Sum of RGB (Red+Green+Blue) = 36+40+11=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 40 (16.02% from 255 or 45.98% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 40 - color contains mainly: green. Hex color #24280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24280B is #DBD7F4. Grayscale: #232323. Windows color (decimal): -14407669 or 731172. OLE color: 731172.

HSL color Cylindrical-coordinate representation of color #24280B: hue angle of 68.28º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #24280B is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 40 11 -
CMYK 0.10 0 0.72 0.84
HSL 68.28º 0.57% 0.1% -
HSV(B) 68.28º 0.73% 0.16% -
XYZ 1.55 1.92 0.61 -
YUV 35.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 36 40 11 0.10 0 0.72 0.84 68.28 0.57 0.1
Hex 24 28 B A 0 48 54 44 39 A
Octal 44 50 13 12 0 110 124 104 71 12
Binary 100100 101000 1011 1010 0 1001000 1010100 1000100 111001 1010

Color Harmonies of #24280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24280B

Black with #24280B

Text Example


Text Example

White with #24280B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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