Html Css Color HEX #29330B Turtle Green

📋 copy color: '#29330B'

red 41 ◦ green 51 ◦ blue 11

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

Shades of Turtle Green #29330B

Tints of Turtle Green #29330B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 49.51%

 BLUE value IS 11 (4.69% from 255) = 10.68%

R = 39.81%
G = 49.51%
B = 10.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.8

RGB Variations

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

Color information

#29330B (or 0x29330B) is known color: Turtle Green. HEX triplet: 29, 33 and 0B. RGB value is (41,51,11). Sum of RGB (Red+Green+Blue) = 41+51+11=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #29330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29330B is #D6CCF4. Grayscale: #2B2B2B. Windows color (decimal): -14077173 or 733993. OLE color: 733993.

HSL color Cylindrical-coordinate representation of color #29330B: hue angle of 75º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29330B is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB 41 51 11 -
CMYK 0.20 0 0.78 0.8
HSL 75º 0.65% 0.12% -
HSV(B) 75º 0.78% 0.2% -
XYZ 2.16 2.86 0.76 -
YUV 43.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 41 51 11 0.20 0 0.78 0.8 75 0.65 0.12
Hex 29 33 B 14 0 4E 50 4B 41 C
Octal 51 63 13 24 0 116 120 113 101 14
Binary 101001 110011 1011 10100 0 1001110 1010000 1001011 1000001 1100

Color Harmonies of #29330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29330B

Black with #29330B

Text Example


Text Example

White with #29330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29330B; }

 p { color: rgb(41,51,11); }

 H1.HeaderClassName
 {
   color: #29330B;
 }
 .AnyTagClassName
 {
   color: #29330B;
 }
</style>

background-color css

<style>
 a { background-color: #29330B; }

 a { background-color: rgb(41,51,11); }

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

border-color css

<style>
 span { border-color: #29330B; }

 span { border-color: rgb(41,51,11); }

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