#24251F

Color #24251F Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #24251F

Tints of Green Waterloo #24251F

Color information

#24251F (or 0x24251F) is unknown color: approx 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

RGB363731-
CMYK0.0300.160.85
HSL70º8.82%13.33%-
HSV(B)70º16.22%14.51%-
XYZ1.641.81.56-
YUV36.02125.17127.99-

RGB Variations

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

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 (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3637310.0300.160.85708.8213.33
Hex24251F301055469d
Octal44453730201251061115
Binary10010010010111111110100001010101100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>