#304014

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

Shades of Turtle Green #304014

Tints of Turtle Green #304014

Color information

#304014 (or 0x304014) is unknown color: approx Turtle Green. HEX triplet: 30, 40 and 14. RGB value is (48,64,20). Sum of RGB (Red+Green+Blue) = 48+64+20=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #304014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304014 is #CFBFEB. Grayscale: #363636. Windows color (decimal): -13615084 or 1327152. OLE color: 1327152.

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

Color convert

RGB486420-
CMYK0.2500.690.75
HSL81.82º52.38%16.47%-
HSV(B)81.82º68.75%25.1%-
XYZ3.184.351.33-
YUV54.2108.7123.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 20 (8.20% from 255) = 15.15%
R=36.36%
G=48.48%
B=15.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864200.2500.690.7581.8252.3816.47
Hex304014190454B523410
Octal60100243101051131226420
Binary11000010000001010011001010001011001011101001011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304014; }

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

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

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

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

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

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

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

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