Html Css Color HEX #29440D Turtle Green

📋 copy color: '#29440D'

red 41 ◦ green 68 ◦ blue 13

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

Shades of Turtle Green #29440D

Tints of Turtle Green #29440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 55.74%

 BLUE value IS 13 (5.47% from 255) = 10.66%

R = 33.61%
G = 55.74%
B = 10.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#29440D (or 0x29440D) is known color: Turtle Green. HEX triplet: 29, 44 and 0D. RGB value is (41,68,13). Sum of RGB (Red+Green+Blue) = 41+68+13=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #29440D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29440D is #D6BBF2. Grayscale: #353535. Windows color (decimal): -14072819 or 869417. OLE color: 869417.

HSL color Cylindrical-coordinate representation of color #29440D: hue angle of 89.45º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29440D is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 68 13 -
CMYK 0.40 0 0.81 0.73
HSL 89.45º 0.68% 0.16% -
HSV(B) 89.45º 0.81% 0.27% -
XYZ 3.05 4.63 1.11 -
YUV 53.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 41 68 13 0.40 0 0.81 0.73 89.45 0.68 0.16
Hex 29 44 D 28 0 51 49 59 44 10
Octal 51 104 15 50 0 121 111 131 104 20
Binary 101001 1000100 1101 101000 0 1010001 1001001 1011001 1000100 10000

Color Harmonies of #29440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29440D

Black with #29440D

Text Example


Text Example

White with #29440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29440D; }

 p { color: rgb(41,68,13); }

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

background-color css

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

 a { background-color: rgb(41,68,13); }

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

border-color css

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

 span { border-color: rgb(41,68,13); }

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