#304407

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

Shades of Turtle Green #304407

Tints of Turtle Green #304407

Color information

#304407 (or 0x304407) is unknown color: approx Turtle Green. HEX triplet: 30, 44 and 07. RGB value is (48,68,7). Sum of RGB (Red+Green+Blue) = 48+68+7=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #304407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304407 is #CFBBF8. Grayscale: #373737. Windows color (decimal): -13614073 or 476208. OLE color: 476208.

HSL color Cylindrical-coordinate representation of color #304407: hue angle of 79.67º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #304407 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB48687-
CMYK0.2900.900.73
HSL79.67º81.33%14.71%-
HSV(B)79.67º89.71%26.67%-
XYZ3.324.780.95-
YUV55.07100.87122.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 68 (26.95% from 255) = 55.28%
BLUE value IS 7 (3.12% from 255) = 5.69%
R=39.02%
G=55.28%
B=5.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal486870.2900.900.7379.6781.3314.71
Hex304471D05A495051f
Octal60104735013211112012117
Binary110000100010011111101010110101001001101000010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304407; }

 p { color: rgb(48,68,7); }

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

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

 a { background-color: rgb(48,68,7); }

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

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

 span { border-color: rgb(48,68,7); }

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