#293001

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

Shades of Turtle Green #293001

Tints of Turtle Green #293001

Color information

#293001 (or 0x293001) is unknown color: approx Turtle Green. HEX triplet: 29, 30 and 01. RGB value is (41,48,1). Sum of RGB (Red+Green+Blue) = 41+48+1=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #293001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293001 is #D6CFFE. Grayscale: #282828. Windows color (decimal): -14077951 or 77865. OLE color: 77865.

HSL color Cylindrical-coordinate representation of color #293001: hue angle of 68.94º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #293001 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB41481-
CMYK0.1500.980.81
HSL68.94º95.92%9.61%-
HSV(B)68.94º97.92%18.82%-
XYZ1.982.590.42-
YUV40.55105.68128.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.56%
GREEN value IS 48 (19.14% from 255) = 53.33%
BLUE value IS 1 (0.78% from 255) = 1.11%
R=45.56%
G=53.33%
B=1.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal414810.1500.980.8168.9495.929.61
Hex29301F062514560a
Octal5160117014212110514012
Binary10100111000011111011000101010001100010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293001; }

 p { color: rgb(41,48,1); }

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

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

 a { background-color: rgb(41,48,1); }

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

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

 span { border-color: rgb(41,48,1); }

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