#242602

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

Shades of Green Waterloo #242602

Tints of Green Waterloo #242602

Color information

#242602 (or 0x242602) is unknown color: approx Green Waterloo. HEX triplet: 24, 26 and 02. RGB value is (36,38,2). Sum of RGB (Red+Green+Blue) = 36+38+2=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #242602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242602 is #DBD9FD. Grayscale: #212121. Windows color (decimal): -14408190 or 140836. OLE color: 140836.

HSL color Cylindrical-coordinate representation of color #242602: hue angle of 63.33º 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 #242602 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB36382-
CMYK0.0500.950.85
HSL63.33º90%7.84%-
HSV(B)63.33º94.74%14.9%-
XYZ1.431.770.32-
YUV33.3110.34129.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 47.37%
GREEN value IS 38 (15.23% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=47.37%
G=50%
B=2.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal363820.0500.950.8563.33907.84
Hex24262505F553f5a8
Octal44462501371257713210
Binary1001001001101010101011111101010111111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242602; }

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

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

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

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

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

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

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

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