Html Css Color HEX #29340E Turtle Green

📋 copy color: '#29340E'

red 41 ◦ green 52 ◦ blue 14

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

Shades of Turtle Green #29340E

Tints of Turtle Green #29340E

RGB

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

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

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

R = 38.32%
G = 48.6%
B = 13.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.80

RGB Variations

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

Color information

#29340E (or 0x29340E) is known color: Turtle Green. HEX triplet: 29, 34 and 0E. RGB value is (41,52,14). Sum of RGB (Red+Green+Blue) = 41+52+14=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #29340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29340E is #D6CBF1. Grayscale: #2C2C2C. Windows color (decimal): -14076914 or 930857. OLE color: 930857.

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

Color convert

RGB 41 52 14 -
CMYK 0.21 0 0.73 0.80
HSL 77.37º 0.58% 0.13% -
HSV(B) 77.37º 0.73% 0.2% -
XYZ 2.22 2.96 0.87 -
YUV 44.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 41 52 14 0.21 0 0.73 0.80 77.37 0.58 0.13
Hex 29 34 E 15 0 49 50 4D 3A D
Octal 51 64 16 25 0 111 120 115 72 15
Binary 101001 110100 1110 10101 0 1001001 1010000 1001101 111010 1101

Color Harmonies of #29340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29340E

Black with #29340E

Text Example


Text Example

White with #29340E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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