Html Css Color HEX #292C0B Green Waterloo

📋 copy color: '#292C0B'

red 41 ◦ green 44 ◦ blue 11

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

Shades of Green Waterloo #292C0B

Tints of Green Waterloo #292C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.46%

R = 42.71%
G = 45.83%
B = 11.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.83

RGB Variations

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

Color information

#292C0B (or 0x292C0B) is known color: Green Waterloo. HEX triplet: 29, 2C and 0B. RGB value is (41,44,11). Sum of RGB (Red+Green+Blue) = 41+44+11=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 44 (17.58% from 255 or 45.83% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 44 - color contains mainly: green. Hex color #292C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292C0B is #D6D3F4. Grayscale: #272727. Windows color (decimal): -14078965 or 732201. OLE color: 732201.

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

Color convert

RGB 41 44 11 -
CMYK 0.07 0 0.75 0.83
HSL 65.45º 0.6% 0.11% -
HSV(B) 65.45º 0.75% 0.17% -
XYZ 1.88 2.3 0.66 -
YUV 39.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 41 44 11 0.07 0 0.75 0.83 65.45 0.6 0.11
Hex 29 2C B 7 0 4B 53 41 3C B
Octal 51 54 13 7 0 113 123 101 74 13
Binary 101001 101100 1011 111 0 1001011 1010011 1000001 111100 1011

Color Harmonies of #292C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C0B

Black with #292C0B

Text Example


Text Example

White with #292C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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