Html Css Color HEX #29400E Turtle Green

📋 copy color: '#29400E'

red 41 ◦ green 64 ◦ blue 14

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

Shades of Turtle Green #29400E

Tints of Turtle Green #29400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.78%

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

R = 34.45%
G = 53.78%
B = 11.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#29400E (or 0x29400E) is known color: Turtle Green. HEX triplet: 29, 40 and 0E. RGB value is (41,64,14). Sum of RGB (Red+Green+Blue) = 41+64+14=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #29400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29400E is #D6BFF1. Grayscale: #333333. Windows color (decimal): -14073842 or 933929. OLE color: 933929.

HSL color Cylindrical-coordinate representation of color #29400E: hue angle of 87.6º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29400E is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 64 14 -
CMYK 0.36 0 0.78 0.75
HSL 87.6º 0.64% 0.15% -
HSV(B) 87.6º 0.78% 0.25% -
XYZ 2.83 4.17 1.07 -
YUV 51.42 106.88 120.57 -
System Red Green Blue C M Y K H S L
Decimal 41 64 14 0.36 0 0.78 0.75 87.6 0.64 0.15
Hex 29 40 E 24 0 4E 4B 58 40 F
Octal 51 100 16 44 0 116 113 130 100 17
Binary 101001 1000000 1110 100100 0 1001110 1001011 1011000 1000000 1111

Color Harmonies of #29400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29400E

Black with #29400E

Text Example


Text Example

White with #29400E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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