#293408

Color #293408 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #293408

Tints of Turtle Green #293408

Color information

#293408 (or 0x293408) is unknown color: approx Turtle Green. HEX triplet: 29, 34 and 08. RGB value is (41,52,8). Sum of RGB (Red+Green+Blue) = 41+52+8=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #293408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293408 is #D6CBF7. Grayscale: #2B2B2B. Windows color (decimal): -14076920 or 537641. OLE color: 537641.

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

Color convert

RGB41528-
CMYK0.2100.850.80
HSL75º73.33%11.76%-
HSV(B)75º84.62%20.39%-
XYZ2.192.940.68-
YUV43.7107.86126.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.59%
GREEN value IS 52 (20.70% from 255) = 51.49%
BLUE value IS 8 (3.52% from 255) = 7.92%
R=40.59%
G=51.49%
B=7.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal415280.2100.850.807573.3311.76
Hex2934815055504b49c
Octal51641025012512011311114
Binary101001110100100010101010101011010000100101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293408; }

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

 H1.HeaderClassName
 {
   color: #293408;
 }
 .AnyTagClassName
 {
   color: #293408;
 }
</style>
background-color css

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

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

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

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

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

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