#304913

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

Shades of Turtle Green #304913

Tints of Turtle Green #304913

Color information

#304913 (or 0x304913) is unknown color: approx Turtle Green. HEX triplet: 30, 49 and 13. RGB value is (48,73,19). Sum of RGB (Red+Green+Blue) = 48+73+19=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #304913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304913 is #CFB6EC. Grayscale: #3B3B3B. Windows color (decimal): -13612781 or 1263920. OLE color: 1263920.

HSL color Cylindrical-coordinate representation of color #304913: hue angle of 87.78º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #304913 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB487319-
CMYK0.3400.740.71
HSL87.78º58.7%18.04%-
HSV(B)87.78º73.97%28.63%-
XYZ3.725.441.47-
YUV59.37105.22119.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 73 (28.91% from 255) = 52.14%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=34.29%
G=52.14%
B=13.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873190.3400.740.7187.7858.718.04
Hex3049132204A47583b12
Octal60111234201121071307322
Binary110000100100110011100010010010101000111101100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304913; }

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

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

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

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

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

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

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

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