Html Css Color HEX #24251F Green Waterloo

📋 copy color: '#24251F'

red 36 ◦ green 37 ◦ blue 31

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

Shades of Green Waterloo #24251F

Tints of Green Waterloo #24251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 35.58%

 BLUE value IS 31 (12.5% from 255) = 29.81%

R = 34.62%
G = 35.58%
B = 29.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#24251F (or 0x24251F) is known color: Green Waterloo. HEX triplet: 24, 25 and 1F. RGB value is (36,37,31). Sum of RGB (Red+Green+Blue) = 36+37+31=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 37 - color contains mainly: green. Hex color #24251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24251F is #DBDAE0. Grayscale: #242424. Windows color (decimal): -14408417 or 2041124. OLE color: 2041124.

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

Color convert

RGB 36 37 31 -
CMYK 0.03 0 0.16 0.85
HSL 70º 0.09% 0.13% -
HSV(B) 70º 0.16% 0.15% -
XYZ 1.64 1.8 1.56 -
YUV 36.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 36 37 31 0.03 0 0.16 0.85 70 0.09 0.13
Hex 24 25 1F 3 0 10 55 46 9 D
Octal 44 45 37 3 0 20 125 106 11 15
Binary 100100 100101 11111 11 0 10000 1010101 1000110 1001 1101

Color Harmonies of #24251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24251F

Black with #24251F

Text Example


Text Example

White with #24251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24251F; }

 p { color: rgb(36,37,31); }

 H1.HeaderClassName
 {
   color: #24251F;
 }
 .AnyTagClassName
 {
   color: #24251F;
 }
</style>

background-color css

<style>
 a { background-color: #24251F; }

 a { background-color: rgb(36,37,31); }

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

border-color css

<style>
 span { border-color: #24251F; }

 span { border-color: rgb(36,37,31); }

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