#242700

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

Shades of Green Waterloo #242700

Tints of Green Waterloo #242700

Color information

#242700 (or 0x242700) is unknown color: approx Green Waterloo. HEX triplet: 24, 27 and 00. RGB value is (36,39,0). Sum of RGB (Red+Green+Blue) = 36+39+0=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 39 (15.62% from 255 or 52% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 39 - color contains mainly: green. Hex color #242700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242700 is #DBD8FF. Grayscale: #212121. Windows color (decimal): -14407936 or 10020. OLE color: 10020.

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

Color convert

RGB36390-
CMYK0.08010.85
HSL64.62º100%7.65%-
HSV(B)64.62º100%15.29%-
XYZ1.451.830.28-
YUV33.66109.01129.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 48%
GREEN value IS 39 (15.62% from 255) = 52%
BLUE value IS 0 (0.39% from 255) = 0%
R=48%
G=52%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal363900.08010.8564.621007.65
Hex2427080645541648
Octal4447010014412510114410
Binary10010010011101000011001001010101100000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242700; }

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

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

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

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

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

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

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

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