Html Css Color HEX #292C08 Green Waterloo

📋 copy color: '#292C08'

red 41 ◦ green 44 ◦ blue 8

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

Shades of Green Waterloo #292C08

Tints of Green Waterloo #292C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.6%

R = 44.09%
G = 47.31%
B = 8.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.83

RGB Variations

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

Color information

#292C08 (or 0x292C08) is known color: Green Waterloo. HEX triplet: 29, 2C and 08. RGB value is (41,44,8). Sum of RGB (Red+Green+Blue) = 41+44+8=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 44 (17.58% from 255 or 47.31% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 44 - color contains mainly: green. Hex color #292C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292C08 is #D6D3F7. Grayscale: #272727. Windows color (decimal): -14078968 or 535593. OLE color: 535593.

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

Color convert

RGB 41 44 8 -
CMYK 0.07 0 0.82 0.83
HSL 65º 0.69% 0.1% -
HSV(B) 65º 0.82% 0.17% -
XYZ 1.86 2.29 0.57 -
YUV 39 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 41 44 8 0.07 0 0.82 0.83 65 0.69 0.1
Hex 29 2C 8 7 0 52 53 41 45 A
Octal 51 54 10 7 0 122 123 101 105 12
Binary 101001 101100 1000 111 0 1010010 1010011 1000001 1000101 1010

Color Harmonies of #292C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C08

Black with #292C08

Text Example


Text Example

White with #292C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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