Html Css Color HEX #29310F Turtle Green

📋 copy color: '#29310F'

red 41 ◦ green 49 ◦ blue 15

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

Shades of Turtle Green #29310F

Tints of Turtle Green #29310F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.29%

R = 39.05%
G = 46.67%
B = 14.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#29310F (or 0x29310F) is known color: Turtle Green. HEX triplet: 29, 31 and 0F. RGB value is (41,49,15). Sum of RGB (Red+Green+Blue) = 41+49+15=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #29310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29310F is #D6CEF0. Grayscale: #2A2A2A. Windows color (decimal): -14077681 or 995625. OLE color: 995625.

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

Color convert

RGB 41 49 15 -
CMYK 0.16 0 0.69 0.81
HSL 74.12º 0.53% 0.13% -
HSV(B) 74.12º 0.69% 0.19% -
XYZ 2.1 2.7 0.86 -
YUV 42.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 41 49 15 0.16 0 0.69 0.81 74.12 0.53 0.13
Hex 29 31 F 10 0 45 51 4A 35 D
Octal 51 61 17 20 0 105 121 112 65 15
Binary 101001 110001 1111 10000 0 1000101 1010001 1001010 110101 1101

Color Harmonies of #29310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29310F

Black with #29310F

Text Example


Text Example

White with #29310F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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