#293700

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

Shades of Turtle Green #293700

Tints of Turtle Green #293700

Color information

#293700 (or 0x293700) is unknown color: approx Turtle Green. HEX triplet: 29, 37 and 00. RGB value is (41,55,0). Sum of RGB (Red+Green+Blue) = 41+55+0=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 55 (21.88% from 255 or 57.29% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 55 - color contains mainly: green. Hex color #293700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293700 is #D6C8FF. Grayscale: #2C2C2C. Windows color (decimal): -14076160 or 14121. OLE color: 14121.

HSL color Cylindrical-coordinate representation of color #293700: hue angle of 75.27º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #293700 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB41550-
CMYK0.25010.78
HSL75.27º100%10.78%-
HSV(B)75.27º100%21.57%-
XYZ2.283.20.5-
YUV44.54102.86125.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 55 (21.88% from 255) = 57.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.71%
G=57.29%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal415500.25010.7875.2710010.78
Hex29370190644E4b64b
Octal5167031014411611314413
Binary101001110111011001011001001001110100101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293700; }

 p { color: rgb(41,55,0); }

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

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

 a { background-color: rgb(41,55,0); }

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

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

 span { border-color: rgb(41,55,0); }

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