#304015

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

Shades of Turtle Green #304015

Tints of Turtle Green #304015

Color information

#304015 (or 0x304015) is unknown color: approx Turtle Green. HEX triplet: 30, 40 and 15. RGB value is (48,64,21). Sum of RGB (Red+Green+Blue) = 48+64+21=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #304015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304015 is #CFBFEA. Grayscale: #363636. Windows color (decimal): -13615083 or 1392688. OLE color: 1392688.

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

Color convert

RGB486421-
CMYK0.2500.670.75
HSL82.33º50.59%16.67%-
HSV(B)82.33º67.19%25.1%-
XYZ3.194.351.38-
YUV54.31109.2123.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 21 (8.59% from 255) = 15.79%
R=36.09%
G=48.12%
B=15.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864210.2500.670.7582.3350.5916.67
Hex304015190434B523311
Octal60100253101031131226321
Binary11000010000001010111001010000111001011101001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304015; }

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

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

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

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

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

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

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

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