#293805

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

Shades of Turtle Green #293805

Tints of Turtle Green #293805

Color information

#293805 (or 0x293805) is unknown color: approx Turtle Green. HEX triplet: 29, 38 and 05. RGB value is (41,56,5). Sum of RGB (Red+Green+Blue) = 41+56+5=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #293805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293805 is #D6C7FA. Grayscale: #2D2D2D. Windows color (decimal): -14075899 or 342057. OLE color: 342057.

HSL color Cylindrical-coordinate representation of color #293805: hue angle of 77.65º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #293805 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB41565-
CMYK0.2700.910.78
HSL77.65º83.61%11.96%-
HSV(B)77.65º91.07%21.96%-
XYZ2.363.310.66-
YUV45.7105.03124.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.20%
GREEN value IS 56 (22.27% from 255) = 54.90%
BLUE value IS 5 (2.34% from 255) = 4.90%
R=40.20%
G=54.90%
B=4.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal415650.2700.910.7877.6583.6111.96
Hex293851B05B4E4e54c
Octal5170533013311611612414
Binary10100111100010111011010110111001110100111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293805; }

 p { color: rgb(41,56,5); }

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

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

 a { background-color: rgb(41,56,5); }

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

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

 span { border-color: rgb(41,56,5); }

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