#24270E

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

Shades of Green Waterloo #24270E

Tints of Green Waterloo #24270E

Color information

#24270E (or 0x24270E) is unknown color: approx Green Waterloo. HEX triplet: 24, 27 and 0E. RGB value is (36,39,14). Sum of RGB (Red+Green+Blue) = 36+39+14=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #24270E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24270E is #DBD8F1. Grayscale: #232323. Windows color (decimal): -14407922 or 927524. OLE color: 927524.

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

Color convert

RGB363914-
CMYK0.0800.640.85
HSL67.2º47.17%10.39%-
HSV(B)67.2º64.1%15.29%-
XYZ1.531.860.69-
YUV35.25116.01128.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.45%
GREEN value IS 39 (15.62% from 255) = 43.82%
BLUE value IS 14 (5.86% from 255) = 15.73%
R=40.45%
G=43.82%
B=15.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3639140.0800.640.8567.247.1710.39
Hex2427E804055432fa
Octal4447161001001251035712
Binary1001001001111110100001000000101010110000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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