#242702

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

Shades of Green Waterloo #242702

Tints of Green Waterloo #242702

Color information

#242702 (or 0x242702) is unknown color: approx Green Waterloo. HEX triplet: 24, 27 and 02. RGB value is (36,39,2). Sum of RGB (Red+Green+Blue) = 36+39+2=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 39 (15.62% from 255 or 50.65% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 39 - color contains mainly: green. Hex color #242702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242702 is #DBD8FD. Grayscale: #222222. Windows color (decimal): -14407934 or 141092. OLE color: 141092.

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

Color convert

RGB36392-
CMYK0.0800.950.85
HSL64.86º90.24%8.04%-
HSV(B)64.86º94.87%15.29%-
XYZ1.461.830.33-
YUV33.88110.01129.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 46.75%
GREEN value IS 39 (15.62% from 255) = 50.65%
BLUE value IS 2 (1.17% from 255) = 2.60%
R=46.75%
G=50.65%
B=2.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal363920.0800.950.8564.8690.248.04
Hex24272805F55415a8
Octal4447210013712510113210
Binary100100100111101000010111111010101100000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242702; }

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

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

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

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

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

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

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

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