Html Css Color HEX #293310 Turtle Green

📋 copy color: '#293310'

red 41 ◦ green 51 ◦ blue 16

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

Shades of Turtle Green #293310

Tints of Turtle Green #293310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.81%

R = 37.96%
G = 47.22%
B = 14.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#293310 (or 0x293310) is known color: Turtle Green. HEX triplet: 29, 33 and 10. RGB value is (41,51,16). Sum of RGB (Red+Green+Blue) = 41+51+16=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #293310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293310 is #D6CCEF. Grayscale: #2C2C2C. Windows color (decimal): -14077168 or 1061673. OLE color: 1061673.

HSL color Cylindrical-coordinate representation of color #293310: hue angle of 77.14º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #293310 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB 41 51 16 -
CMYK 0.20 0 0.69 0.8
HSL 77.14º 0.52% 0.13% -
HSV(B) 77.14º 0.69% 0.2% -
XYZ 2.19 2.88 0.93 -
YUV 44.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 41 51 16 0.20 0 0.69 0.8 77.14 0.52 0.13
Hex 29 33 10 14 0 45 50 4D 34 D
Octal 51 63 20 24 0 105 120 115 64 15
Binary 101001 110011 10000 10100 0 1000101 1010000 1001101 110100 1101

Color Harmonies of #293310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293310

Black with #293310

Text Example


Text Example

White with #293310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293310; }

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

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

background-color css

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

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

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

border-color css

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

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

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