#304113

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

Shades of Turtle Green #304113

Tints of Turtle Green #304113

Color information

#304113 (or 0x304113) is unknown color: approx Turtle Green. HEX triplet: 30, 41 and 13. RGB value is (48,65,19). Sum of RGB (Red+Green+Blue) = 48+65+19=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #304113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304113 is #CFBEEC. Grayscale: #363636. Windows color (decimal): -13614829 or 1261872. OLE color: 1261872.

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

Color convert

RGB486519-
CMYK0.2600.710.75
HSL82.17º54.76%16.47%-
HSV(B)82.17º70.77%25.49%-
XYZ3.234.461.31-
YUV54.67107.87123.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 65 (25.78% from 255) = 49.24%
BLUE value IS 19 (7.81% from 255) = 14.39%
R=36.36%
G=49.24%
B=14.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865190.2600.710.7582.1754.7616.47
Hex3041131A0474B523710
Octal60101233201071131226720
Binary11000010000011001111010010001111001011101001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304113; }

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

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

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

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

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

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

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

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