#242701

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

Shades of Green Waterloo #242701

Tints of Green Waterloo #242701

Color information

#242701 (or 0x242701) is unknown color: approx Green Waterloo. HEX triplet: 24, 27 and 01. RGB value is (36,39,1). Sum of RGB (Red+Green+Blue) = 36+39+1=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #242701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242701 is #DBD8FE. Grayscale: #212121. Windows color (decimal): -14407935 or 75556. OLE color: 75556.

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

Color convert

RGB36391-
CMYK0.0800.970.85
HSL64.74º95%7.84%-
HSV(B)64.74º97.44%15.29%-
XYZ1.461.830.3-
YUV33.77109.51129.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 47.37%
GREEN value IS 39 (15.62% from 255) = 51.32%
BLUE value IS 1 (0.78% from 255) = 1.32%
R=47.37%
G=51.32%
B=1.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal363910.0800.970.8564.74957.84
Hex24271806155415f8
Octal4447110014112510113710
Binary10010010011111000011000011010101100000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242701; }

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

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

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

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

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

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

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

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