Html Css Color HEX #29460E Turtle Green

📋 copy color: '#29460E'

red 41 ◦ green 70 ◦ blue 14

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

Shades of Turtle Green #29460E

Tints of Turtle Green #29460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56%

 BLUE value IS 14 (5.86% from 255) = 11.2%

R = 32.8%
G = 56%
B = 11.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#29460E (or 0x29460E) is known color: Turtle Green. HEX triplet: 29, 46 and 0E. RGB value is (41,70,14). Sum of RGB (Red+Green+Blue) = 41+70+14=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #29460E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29460E is #D6B9F1. Grayscale: #373737. Windows color (decimal): -14072306 or 935465. OLE color: 935465.

HSL color Cylindrical-coordinate representation of color #29460E: hue angle of 91.07º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29460E is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 70 14 -
CMYK 0.41 0 0.80 0.73
HSL 91.07º 0.67% 0.16% -
HSV(B) 91.07º 0.8% 0.27% -
XYZ 3.18 4.88 1.19 -
YUV 54.95 104.89 118.05 -
System Red Green Blue C M Y K H S L
Decimal 41 70 14 0.41 0 0.80 0.73 91.07 0.67 0.16
Hex 29 46 E 29 0 50 49 5B 43 10
Octal 51 106 16 51 0 120 111 133 103 20
Binary 101001 1000110 1110 101001 0 1010000 1001001 1011011 1000011 10000

Color Harmonies of #29460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29460E

Black with #29460E

Text Example


Text Example

White with #29460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29460E; }

 p { color: rgb(41,70,14); }

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

background-color css

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

 a { background-color: rgb(41,70,14); }

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

border-color css

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

 span { border-color: rgb(41,70,14); }

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