#304408

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

Shades of Turtle Green #304408

Tints of Turtle Green #304408

Color information

#304408 (or 0x304408) is unknown color: approx Turtle Green. HEX triplet: 30, 44 and 08. RGB value is (48,68,8). Sum of RGB (Red+Green+Blue) = 48+68+8=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #304408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304408 is #CFBBF7. Grayscale: #373737. Windows color (decimal): -13614072 or 541744. OLE color: 541744.

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

Color convert

RGB48688-
CMYK0.2900.880.73
HSL80º78.95%14.9%-
HSV(B)80º88.24%26.67%-
XYZ3.334.780.98-
YUV55.18101.37122.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.71%
GREEN value IS 68 (26.95% from 255) = 54.84%
BLUE value IS 8 (3.52% from 255) = 6.45%
R=38.71%
G=54.84%
B=6.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal486880.2900.880.738078.9514.9
Hex304481D05849504ff
Octal601041035013011112011717
Binary1100001000100100011101010110001001001101000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304408; }

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

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

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

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

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

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

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

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