Html Css Color HEX #29340D Turtle Green

📋 copy color: '#29340D'

red 41 ◦ green 52 ◦ blue 13

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

Shades of Turtle Green #29340D

Tints of Turtle Green #29340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 49.06%

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

R = 38.68%
G = 49.06%
B = 12.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#29340D (or 0x29340D) is known color: Turtle Green. HEX triplet: 29, 34 and 0D. RGB value is (41,52,13). Sum of RGB (Red+Green+Blue) = 41+52+13=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #29340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29340D is #D6CBF2. Grayscale: #2C2C2C. Windows color (decimal): -14076915 or 865321. OLE color: 865321.

HSL color Cylindrical-coordinate representation of color #29340D: hue angle of 76.92º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29340D is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 52 13 -
CMYK 0.21 0 0.75 0.80
HSL 76.92º 0.6% 0.13% -
HSV(B) 76.92º 0.75% 0.2% -
XYZ 2.22 2.96 0.83 -
YUV 44.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 41 52 13 0.21 0 0.75 0.80 76.92 0.6 0.13
Hex 29 34 D 15 0 4B 50 4D 3C D
Octal 51 64 15 25 0 113 120 115 74 15
Binary 101001 110100 1101 10101 0 1001011 1010000 1001101 111100 1101

Color Harmonies of #29340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29340D

Black with #29340D

Text Example


Text Example

White with #29340D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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