Html Css Color HEX #24261A Green Waterloo

📋 copy color: '#24261A'

red 36 ◦ green 38 ◦ blue 26

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

Shades of Green Waterloo #24261A

Tints of Green Waterloo #24261A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 26%

R = 36%
G = 38%
B = 26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#24261A (or 0x24261A) is known color: Green Waterloo. HEX triplet: 24, 26 and 1A. RGB value is (36,38,26). Sum of RGB (Red+Green+Blue) = 36+38+26=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 38 - color contains mainly: green. Hex color #24261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24261A is #DBD9E5. Grayscale: #242424. Windows color (decimal): -14408166 or 1713700. OLE color: 1713700.

HSL color Cylindrical-coordinate representation of color #24261A: hue angle of 70º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #24261A is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 38 26 -
CMYK 0.05 0 0.32 0.85
HSL 70º 0.19% 0.13% -
HSV(B) 70º 0.32% 0.15% -
XYZ 1.61 1.84 1.25 -
YUV 36.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 36 38 26 0.05 0 0.32 0.85 70 0.19 0.13
Hex 24 26 1A 5 0 20 55 46 13 D
Octal 44 46 32 5 0 40 125 106 23 15
Binary 100100 100110 11010 101 0 100000 1010101 1000110 10011 1101

Color Harmonies of #24261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24261A

Black with #24261A

Text Example


Text Example

White with #24261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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