Html Css Color HEX #24260B Green Waterloo

📋 copy color: '#24260B'

red 36 ◦ green 38 ◦ blue 11

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

Shades of Green Waterloo #24260B

Tints of Green Waterloo #24260B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 44.71%

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

R = 42.35%
G = 44.71%
B = 12.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.85

RGB Variations

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

Color information

#24260B (or 0x24260B) is known color: Green Waterloo. HEX triplet: 24, 26 and 0B. RGB value is (36,38,11). Sum of RGB (Red+Green+Blue) = 36+38+11=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 38 - color contains mainly: green. Hex color #24260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24260B is #DBD9F4. Grayscale: #222222. Windows color (decimal): -14408181 or 730660. OLE color: 730660.

HSL color Cylindrical-coordinate representation of color #24260B: hue angle of 64.44º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24260B is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 38 11 -
CMYK 0.05 0 0.71 0.85
HSL 64.44º 0.55% 0.1% -
HSV(B) 64.44º 0.71% 0.15% -
XYZ 1.48 1.79 0.58 -
YUV 34.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 36 38 11 0.05 0 0.71 0.85 64.44 0.55 0.1
Hex 24 26 B 5 0 47 55 40 37 A
Octal 44 46 13 5 0 107 125 100 67 12
Binary 100100 100110 1011 101 0 1000111 1010101 1000000 110111 1010

Color Harmonies of #24260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24260B

Black with #24260B

Text Example


Text Example

White with #24260B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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