#304013

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

Shades of Turtle Green #304013

Tints of Turtle Green #304013

Color information

#304013 (or 0x304013) is unknown color: approx Turtle Green. HEX triplet: 30, 40 and 13. RGB value is (48,64,19). Sum of RGB (Red+Green+Blue) = 48+64+19=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #304013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304013 is #CFBFEC. Grayscale: #363636. Windows color (decimal): -13615085 or 1261616. OLE color: 1261616.

HSL color Cylindrical-coordinate representation of color #304013: hue angle of 81.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #304013 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB486419-
CMYK0.2500.700.75
HSL81.33º54.22%16.27%-
HSV(B)81.33º70.31%25.1%-
XYZ3.174.341.29-
YUV54.09108.2123.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 64 (25.39% from 255) = 48.85%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=36.64%
G=48.85%
B=14.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864190.2500.700.7581.3354.2216.27
Hex304013190464B513610
Octal60100233101061131216620
Binary11000010000001001111001010001101001011101000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304013; }

 p { color: rgb(48,64,19); }

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

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

 a { background-color: rgb(48,64,19); }

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

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

 span { border-color: rgb(48,64,19); }

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