#293502

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

Shades of Turtle Green #293502

Tints of Turtle Green #293502

Color information

#293502 (or 0x293502) is unknown color: approx Turtle Green. HEX triplet: 29, 35 and 02. RGB value is (41,53,2). Sum of RGB (Red+Green+Blue) = 41+53+2=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #293502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293502 is #D6CAFD. Grayscale: #2B2B2B. Windows color (decimal): -14076670 or 144681. OLE color: 144681.

HSL color Cylindrical-coordinate representation of color #293502: hue angle of 74.12º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #293502 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB41532-
CMYK0.2300.960.79
HSL74.12º92.73%10.78%-
HSV(B)74.12º96.23%20.78%-
XYZ2.23.020.52-
YUV43.6104.52126.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 53 (21.09% from 255) = 55.21%
BLUE value IS 2 (1.17% from 255) = 2.08%
R=42.71%
G=55.21%
B=2.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal415320.2300.960.7974.1292.7310.78
Hex29352170604F4a5db
Octal5165227014011711213513
Binary1010011101011010111011000001001111100101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293502; }

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

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

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

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

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

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

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

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