#304713

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

Shades of Turtle Green #304713

Tints of Turtle Green #304713

Color information

#304713 (or 0x304713) is unknown color: approx Turtle Green. HEX triplet: 30, 47 and 13. RGB value is (48,71,19). Sum of RGB (Red+Green+Blue) = 48+71+19=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #304713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304713 is #CFB8EC. Grayscale: #3A3A3A. Windows color (decimal): -13613293 or 1263408. OLE color: 1263408.

HSL color Cylindrical-coordinate representation of color #304713: hue angle of 86.54º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #304713 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB487119-
CMYK0.3200.730.72
HSL86.54º57.78%17.65%-
HSV(B)86.54º73.24%27.84%-
XYZ3.595.181.43-
YUV58.19105.88120.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 71 (28.12% from 255) = 51.45%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=34.78%
G=51.45%
B=13.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4871190.3200.730.7286.5457.7817.65
Hex3047132004948573a12
Octal60107234001111101277222
Binary110000100011110011100000010010011001000101011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304713; }

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

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

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

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

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

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

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

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