Html Css Color HEX #29340A Turtle Green

📋 copy color: '#29340A'

red 41 ◦ green 52 ◦ blue 10

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

Shades of Turtle Green #29340A

Tints of Turtle Green #29340A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.71%

R = 39.81%
G = 50.49%
B = 9.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.80

RGB Variations

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

Color information

#29340A (or 0x29340A) is known color: Turtle Green. HEX triplet: 29, 34 and 0A. RGB value is (41,52,10). Sum of RGB (Red+Green+Blue) = 41+52+10=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #29340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29340A is #D6CBF5. Grayscale: #2C2C2C. Windows color (decimal): -14076918 or 668713. OLE color: 668713.

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

Color convert

RGB 41 52 10 -
CMYK 0.21 0 0.81 0.80
HSL 75.71º 0.68% 0.12% -
HSV(B) 75.71º 0.81% 0.2% -
XYZ 2.2 2.95 0.74 -
YUV 43.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 41 52 10 0.21 0 0.81 0.80 75.71 0.68 0.12
Hex 29 34 A 15 0 51 50 4C 44 C
Octal 51 64 12 25 0 121 120 114 104 14
Binary 101001 110100 1010 10101 0 1010001 1010000 1001100 1000100 1100

Color Harmonies of #29340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29340A

Black with #29340A

Text Example


Text Example

White with #29340A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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