Html Css Color HEX #292D07 Green Waterloo

📋 copy color: '#292D07'

red 41 ◦ green 45 ◦ blue 7

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

Shades of Green Waterloo #292D07

Tints of Green Waterloo #292D07

RGB

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

 GREEN value IS 45 (17.97% from 255) = 48.39%

 BLUE value IS 7 (3.13% from 255) = 7.53%

R = 44.09%
G = 48.39%
B = 7.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.82

RGB Variations

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

Color information

#292D07 (or 0x292D07) is known color: Green Waterloo. HEX triplet: 29, 2D and 07. RGB value is (41,45,7). Sum of RGB (Red+Green+Blue) = 41+45+7=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 45 (17.97% from 255 or 48.39% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 45 - color contains mainly: green. Hex color #292D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292D07 is #D6D2F8. Grayscale: #272727. Windows color (decimal): -14078713 or 470313. OLE color: 470313.

HSL color Cylindrical-coordinate representation of color #292D07: hue angle of 66.32º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #292D07 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 45 7 -
CMYK 0.09 0 0.84 0.82
HSL 66.32º 0.73% 0.1% -
HSV(B) 66.32º 0.84% 0.18% -
XYZ 1.89 2.36 0.56 -
YUV 39.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 41 45 7 0.09 0 0.84 0.82 66.32 0.73 0.1
Hex 29 2D 7 9 0 54 52 42 49 A
Octal 51 55 7 11 0 124 122 102 111 12
Binary 101001 101101 111 1001 0 1010100 1010010 1000010 1001001 1010

Color Harmonies of #292D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292D07

Black with #292D07

Text Example


Text Example

White with #292D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,45,7); }

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

background-color css

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

 a { background-color: rgb(41,45,7); }

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

border-color css

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

 span { border-color: rgb(41,45,7); }

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