Html Css Color HEX #292F12 Green Waterloo

📋 copy color: '#292F12'

red 41 ◦ green 47 ◦ blue 18

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

Shades of Green Waterloo #292F12

Tints of Green Waterloo #292F12

RGB

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

 GREEN value IS 47 (18.75% from 255) = 44.34%

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

R = 38.68%
G = 44.34%
B = 16.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.82

RGB Variations

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

Color information

#292F12 (or 0x292F12) is known color: Green Waterloo. HEX triplet: 29, 2F and 12. RGB value is (41,47,18). Sum of RGB (Red+Green+Blue) = 41+47+18=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 47 - color contains mainly: green. Hex color #292F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292F12 is #D6D0ED. Grayscale: #2A2A2A. Windows color (decimal): -14078190 or 1191721. OLE color: 1191721.

HSL color Cylindrical-coordinate representation of color #292F12: hue angle of 72.41º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #292F12 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 47 18 -
CMYK 0.13 0 0.62 0.82
HSL 72.41º 0.45% 0.13% -
HSV(B) 72.41º 0.62% 0.18% -
XYZ 2.04 2.55 0.96 -
YUV 41.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 41 47 18 0.13 0 0.62 0.82 72.41 0.45 0.13
Hex 29 2F 12 D 0 3E 52 48 2D D
Octal 51 57 22 15 0 76 122 110 55 15
Binary 101001 101111 10010 1101 0 111110 1010010 1001000 101101 1101

Color Harmonies of #292F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292F12

Black with #292F12

Text Example


Text Example

White with #292F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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