Html Css Color HEX #293008 Green Waterloo

📋 copy color: '#293008'

red 41 ◦ green 48 ◦ blue 8

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

Shades of Green Waterloo #293008

Tints of Green Waterloo #293008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 49.48%

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

R = 42.27%
G = 49.48%
B = 8.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#293008 (or 0x293008) is known color: Green Waterloo. HEX triplet: 29, 30 and 08. RGB value is (41,48,8). Sum of RGB (Red+Green+Blue) = 41+48+8=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #293008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293008 is #D6CFF7. Grayscale: #292929. Windows color (decimal): -14077944 or 536617. OLE color: 536617.

HSL color Cylindrical-coordinate representation of color #293008: hue angle of 70.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #293008 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 48 8 -
CMYK 0.15 0 0.83 0.81
HSL 70.5º 0.71% 0.11% -
HSV(B) 70.5º 0.83% 0.19% -
XYZ 2.02 2.6 0.63 -
YUV 41.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 41 48 8 0.15 0 0.83 0.81 70.5 0.71 0.11
Hex 29 30 8 F 0 53 51 46 47 B
Octal 51 60 10 17 0 123 121 106 107 13
Binary 101001 110000 1000 1111 0 1010011 1010001 1000110 1000111 1011

Color Harmonies of #293008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293008

Black with #293008

Text Example


Text Example

White with #293008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293008; }

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

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

background-color css

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

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

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

border-color css

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

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

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