Html Css Color HEX #242912 Green Waterloo

📋 copy color: '#242912'

red 36 ◦ green 41 ◦ blue 18

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

Shades of Green Waterloo #242912

Tints of Green Waterloo #242912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18.95%

R = 37.89%
G = 43.16%
B = 18.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#242912 (or 0x242912) is known color: Green Waterloo. HEX triplet: 24, 29 and 12. RGB value is (36,41,18). Sum of RGB (Red+Green+Blue) = 36+41+18=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 41 - color contains mainly: green. Hex color #242912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242912 is #DBD6ED. Grayscale: #242424. Windows color (decimal): -14407406 or 1190180. OLE color: 1190180.

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

Color convert

RGB 36 41 18 -
CMYK 0.12 0 0.56 0.84
HSL 73.04º 0.39% 0.12% -
HSV(B) 73.04º 0.56% 0.16% -
XYZ 1.63 2 0.87 -
YUV 36.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 36 41 18 0.12 0 0.56 0.84 73.04 0.39 0.12
Hex 24 29 12 C 0 38 54 49 27 C
Octal 44 51 22 14 0 70 124 111 47 14
Binary 100100 101001 10010 1100 0 111000 1010100 1001001 100111 1100

Color Harmonies of #242912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242912

Black with #242912

Text Example


Text Example

White with #242912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242912; }

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

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

background-color css

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

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

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

border-color css

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

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

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