Html Css Color HEX #29300F Green Waterloo

📋 copy color: '#29300F'

red 41 ◦ green 48 ◦ blue 15

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

Shades of Green Waterloo #29300F

Tints of Green Waterloo #29300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.42%

R = 39.42%
G = 46.15%
B = 14.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#29300F (or 0x29300F) is known color: Green Waterloo. HEX triplet: 29, 30 and 0F. RGB value is (41,48,15). Sum of RGB (Red+Green+Blue) = 41+48+15=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #29300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29300F is #D6CFF0. Grayscale: #2A2A2A. Windows color (decimal): -14077937 or 995369. OLE color: 995369.

HSL color Cylindrical-coordinate representation of color #29300F: hue angle of 72.73º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29300F is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 48 15 -
CMYK 0.15 0 0.69 0.81
HSL 72.73º 0.52% 0.12% -
HSV(B) 72.73º 0.69% 0.19% -
XYZ 2.06 2.62 0.85 -
YUV 42.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 41 48 15 0.15 0 0.69 0.81 72.73 0.52 0.12
Hex 29 30 F F 0 45 51 49 34 C
Octal 51 60 17 17 0 105 121 111 64 14
Binary 101001 110000 1111 1111 0 1000101 1010001 1001001 110100 1100

Color Harmonies of #29300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29300F

Black with #29300F

Text Example


Text Example

White with #29300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29300F; }

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

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

background-color css

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

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

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

border-color css

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

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

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