#293202

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

Shades of Turtle Green #293202

Tints of Turtle Green #293202

Color information

#293202 (or 0x293202) is unknown color: approx Turtle Green. HEX triplet: 29, 32 and 02. RGB value is (41,50,2). Sum of RGB (Red+Green+Blue) = 41+50+2=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #293202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293202 is #D6CDFD. Grayscale: #2A2A2A. Windows color (decimal): -14077438 or 143913. OLE color: 143913.

HSL color Cylindrical-coordinate representation of color #293202: hue angle of 71.25º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #293202 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB41502-
CMYK0.1800.960.80
HSL71.25º92.31%10.2%-
HSV(B)71.25º96%19.61%-
XYZ2.072.760.48-
YUV41.84105.52127.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 50 (19.92% from 255) = 53.76%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=44.09%
G=53.76%
B=2.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal415020.1800.960.8071.2592.3110.2
Hex293221206050475ca
Octal5162222014012010713412
Binary1010011100101010010011000001010000100011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293202; }

 p { color: rgb(41,50,2); }

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

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

 a { background-color: rgb(41,50,2); }

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

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

 span { border-color: rgb(41,50,2); }

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