Html Css Color HEX #29340C Turtle Green

📋 copy color: '#29340C'

red 41 ◦ green 52 ◦ blue 12

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

Shades of Turtle Green #29340C

Tints of Turtle Green #29340C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.43%

R = 39.05%
G = 49.52%
B = 11.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.80

RGB Variations

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

Color information

#29340C (or 0x29340C) is known color: Turtle Green. HEX triplet: 29, 34 and 0C. RGB value is (41,52,12). Sum of RGB (Red+Green+Blue) = 41+52+12=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #29340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29340C is #D6CBF3. Grayscale: #2C2C2C. Windows color (decimal): -14076916 or 799785. OLE color: 799785.

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

Color convert

RGB 41 52 12 -
CMYK 0.21 0 0.77 0.80
HSL 76.5º 0.63% 0.13% -
HSV(B) 76.5º 0.77% 0.2% -
XYZ 2.21 2.95 0.8 -
YUV 44.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 41 52 12 0.21 0 0.77 0.80 76.5 0.63 0.13
Hex 29 34 C 15 0 4D 50 4C 3E D
Octal 51 64 14 25 0 115 120 114 76 15
Binary 101001 110100 1100 10101 0 1001101 1010000 1001100 111110 1101

Color Harmonies of #29340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29340C

Black with #29340C

Text Example


Text Example

White with #29340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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