Html Css Color HEX #292C15 Green Waterloo

📋 copy color: '#292C15'

red 41 ◦ green 44 ◦ blue 21

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

Shades of Green Waterloo #292C15

Tints of Green Waterloo #292C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.81%

R = 38.68%
G = 41.51%
B = 19.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.83

RGB Variations

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

Color information

#292C15 (or 0x292C15) is known color: Green Waterloo. HEX triplet: 29, 2C and 15. RGB value is (41,44,21). Sum of RGB (Red+Green+Blue) = 41+44+21=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 44 - color contains mainly: green. Hex color #292C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292C15 is #D6D3EA. Grayscale: #282828. Windows color (decimal): -14078955 or 1387561. OLE color: 1387561.

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

Color convert

RGB 41 44 21 -
CMYK 0.07 0 0.52 0.83
HSL 67.83º 0.35% 0.13% -
HSV(B) 67.83º 0.52% 0.17% -
XYZ 1.95 2.33 1.06 -
YUV 40.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 41 44 21 0.07 0 0.52 0.83 67.83 0.35 0.13
Hex 29 2C 15 7 0 34 53 44 23 D
Octal 51 54 25 7 0 64 123 104 43 15
Binary 101001 101100 10101 111 0 110100 1010011 1000100 100011 1101

Color Harmonies of #292C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C15

Black with #292C15

Text Example


Text Example

White with #292C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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