Html Css Color HEX #29350E Turtle Green

📋 copy color: '#29350E'

red 41 ◦ green 53 ◦ blue 14

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

Shades of Turtle Green #29350E

Tints of Turtle Green #29350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 49.07%

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

R = 37.96%
G = 49.07%
B = 12.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#29350E (or 0x29350E) is known color: Turtle Green. HEX triplet: 29, 35 and 0E. RGB value is (41,53,14). Sum of RGB (Red+Green+Blue) = 41+53+14=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #29350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29350E is #D6CAF1. Grayscale: #2D2D2D. Windows color (decimal): -14076658 or 931113. OLE color: 931113.

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

Color convert

RGB 41 53 14 -
CMYK 0.23 0 0.74 0.79
HSL 78.46º 0.58% 0.13% -
HSV(B) 78.46º 0.74% 0.21% -
XYZ 2.27 3.05 0.88 -
YUV 44.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 41 53 14 0.23 0 0.74 0.79 78.46 0.58 0.13
Hex 29 35 E 17 0 4A 4F 4E 3A D
Octal 51 65 16 27 0 112 117 116 72 15
Binary 101001 110101 1110 10111 0 1001010 1001111 1001110 111010 1101

Color Harmonies of #29350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29350E

Black with #29350E

Text Example


Text Example

White with #29350E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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