#304608

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

Shades of Turtle Green #304608

Tints of Turtle Green #304608

Color information

#304608 (or 0x304608) is unknown color: approx Turtle Green. HEX triplet: 30, 46 and 08. RGB value is (48,70,8). Sum of RGB (Red+Green+Blue) = 48+70+8=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #304608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304608 is #CFB9F7. Grayscale: #383838. Windows color (decimal): -13613560 or 542256. OLE color: 542256.

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

Color convert

RGB48708-
CMYK0.3100.890.73
HSL81.29º79.49%15.29%-
HSV(B)81.29º88.57%27.45%-
XYZ3.455.031.02-
YUV56.35100.71122.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 70 (27.73% from 255) = 55.56%
BLUE value IS 8 (3.52% from 255) = 6.35%
R=38.10%
G=55.56%
B=6.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal487080.3100.890.7381.2979.4915.29
Hex304681F05949514ff
Octal601061037013111112111717
Binary1100001000110100011111010110011001001101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304608; }

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

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

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

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

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

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

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

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