Html Css Color HEX #242900 Green Waterloo

📋 copy color: '#242900'

red 36 ◦ green 41 ◦ blue 0

#242900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #242900

Tints of Green Waterloo #242900

RGB

 RED value IS 36 (14.45% from 255) = 46.75%

 GREEN value IS 41 (16.41% from 255) = 53.25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.75%
G = 53.25%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.84

RGB Variations

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

Color information

#242900 (or 0x242900) is known color: Green Waterloo. HEX triplet: 24, 29 and 00. RGB value is (36,41,0). Sum of RGB (Red+Green+Blue) = 36+41+0=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #242900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242900 is #DBD6FF. Grayscale: #222222. Windows color (decimal): -14407424 or 10532. OLE color: 10532.

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

Color convert

RGB 36 41 0 -
CMYK 0.12 0 1 0.84
HSL 67.32º 1% 0.08% -
HSV(B) 67.32º 1% 0.16% -
XYZ 1.52 1.96 0.3 -
YUV 34.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 36 41 0 0.12 0 1 0.84 67.32 1 0.08
Hex 24 29 0 C 0 64 54 43 64 8
Octal 44 51 0 14 0 144 124 103 144 10
Binary 100100 101001 0 1100 0 1100100 1010100 1000011 1100100 1000

Color Harmonies of #242900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242900

Black with #242900

Text Example


Text Example

White with #242900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242900; }

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

 H1.HeaderClassName
 {
   color: #242900;
 }
 .AnyTagClassName
 {
   color: #242900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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