Html Css Color HEX #29310C Turtle Green

📋 copy color: '#29310C'

red 41 ◦ green 49 ◦ blue 12

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

Shades of Turtle Green #29310C

Tints of Turtle Green #29310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 48.04%

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

R = 40.2%
G = 48.04%
B = 11.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#29310C (or 0x29310C) is known color: Turtle Green. HEX triplet: 29, 31 and 0C. RGB value is (41,49,12). Sum of RGB (Red+Green+Blue) = 41+49+12=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #29310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29310C is #D6CEF3. Grayscale: #2A2A2A. Windows color (decimal): -14077684 or 799017. OLE color: 799017.

HSL color Cylindrical-coordinate representation of color #29310C: hue angle of 72.97º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29310C is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 49 12 -
CMYK 0.16 0 0.76 0.81
HSL 72.97º 0.61% 0.12% -
HSV(B) 72.97º 0.76% 0.19% -
XYZ 2.08 2.69 0.76 -
YUV 42.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 41 49 12 0.16 0 0.76 0.81 72.97 0.61 0.12
Hex 29 31 C 10 0 4C 51 49 3D C
Octal 51 61 14 20 0 114 121 111 75 14
Binary 101001 110001 1100 10000 0 1001100 1010001 1001001 111101 1100

Color Harmonies of #29310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29310C

Black with #29310C

Text Example


Text Example

White with #29310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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