#24270F

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

Shades of Green Waterloo #24270F

Tints of Green Waterloo #24270F

Color information

#24270F (or 0x24270F) is unknown color: approx Green Waterloo. HEX triplet: 24, 27 and 0F. RGB value is (36,39,15). Sum of RGB (Red+Green+Blue) = 36+39+15=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 39 - color contains mainly: green. Hex color #24270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24270F is #DBD8F0. Grayscale: #232323. Windows color (decimal): -14407921 or 993060. OLE color: 993060.

HSL color Cylindrical-coordinate representation of color #24270F: hue angle of 67.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24270F is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB363915-
CMYK0.0800.620.85
HSL67.5º44.44%10.59%-
HSV(B)67.5º61.54%15.29%-
XYZ1.541.860.73-
YUV35.37116.51128.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40%
GREEN value IS 39 (15.62% from 255) = 43.33%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=40%
G=43.33%
B=16.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3639150.0800.620.8567.544.4410.59
Hex2427F803E55442cb
Octal444717100761251045413
Binary100100100111111110000111110101010110001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,39,15); }

 H1.HeaderClassName
 {
   color: #24270F;
 }
 .AnyTagClassName
 {
   color: #24270F;
 }
</style>
background-color css

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

 a { background-color: rgb(36,39,15); }

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

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

 span { border-color: rgb(36,39,15); }

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