#304010

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

Shades of Turtle Green #304010

Tints of Turtle Green #304010

Color information

#304010 (or 0x304010) is unknown color: approx Turtle Green. HEX triplet: 30, 40 and 10. RGB value is (48,64,16). Sum of RGB (Red+Green+Blue) = 48+64+16=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #304010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304010 is #CFBFEF. Grayscale: #353535. Windows color (decimal): -13615088 or 1065008. OLE color: 1065008.

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

Color convert

RGB486416-
CMYK0.2500.750.75
HSL80º60%15.69%-
HSV(B)80º75%25.1%-
XYZ3.154.331.16-
YUV53.74106.7123.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 64 (25.39% from 255) = 50%
BLUE value IS 16 (6.64% from 255) = 12.5%
R=37.5%
G=50%
B=12.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864160.2500.750.75806015.69
Hex3040101904B4B503c10
Octal60100203101131131207420
Binary11000010000001000011001010010111001011101000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304010; }

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

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

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

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

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

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

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

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