Html Css Color HEX #292C12 Green Waterloo

📋 copy color: '#292C12'

red 41 ◦ green 44 ◦ blue 18

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

Shades of Green Waterloo #292C12

Tints of Green Waterloo #292C12

RGB

 RED value IS 41 (16.41% from 255) = 39.81%

 GREEN value IS 44 (17.58% from 255) = 42.72%

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

R = 39.81%
G = 42.72%
B = 17.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.83

RGB Variations

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

Color information

#292C12 (or 0x292C12) is known color: Green Waterloo. HEX triplet: 29, 2C and 12. RGB value is (41,44,18). Sum of RGB (Red+Green+Blue) = 41+44+18=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 44 (17.58% from 255 or 42.72% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 44 - color contains mainly: green. Hex color #292C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292C12 is #D6D3ED. Grayscale: #282828. Windows color (decimal): -14078958 or 1190953. OLE color: 1190953.

HSL color Cylindrical-coordinate representation of color #292C12: hue angle of 66.92º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #292C12 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.83.

Color convert

RGB 41 44 18 -
CMYK 0.07 0 0.59 0.83
HSL 66.92º 0.42% 0.12% -
HSV(B) 66.92º 0.59% 0.17% -
XYZ 1.92 2.32 0.92 -
YUV 40.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 41 44 18 0.07 0 0.59 0.83 66.92 0.42 0.12
Hex 29 2C 12 7 0 3B 53 43 2A C
Octal 51 54 22 7 0 73 123 103 52 14
Binary 101001 101100 10010 111 0 111011 1010011 1000011 101010 1100

Color Harmonies of #292C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C12

Black with #292C12

Text Example


Text Example

White with #292C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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