#304C11

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

Shades of Turtle Green #304C11

Tints of Turtle Green #304C11

Color information

#304C11 (or 0x304C11) is unknown color: approx Turtle Green. HEX triplet: 30, 4C and 11. RGB value is (48,76,17). Sum of RGB (Red+Green+Blue) = 48+76+17=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 76 (30.08% from 255 or 53.90% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 76 - color contains mainly: green. Hex color #304C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C11 is #CFB3EE. Grayscale: #3D3D3D. Windows color (decimal): -13612015 or 1133616. OLE color: 1133616.

HSL color Cylindrical-coordinate representation of color #304C11: hue angle of 88.47º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #304C11 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB487617-
CMYK0.3700.780.70
HSL88.47º63.44%18.24%-
HSV(B)88.47º77.63%29.8%-
XYZ3.95.841.45-
YUV60.9103.22118.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 76 (30.08% from 255) = 53.90%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=34.04%
G=53.90%
B=12.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876170.3700.780.7088.4763.4418.24
Hex304C112504E46583f12
Octal60114214501161061307722
Binary110000100110010001100101010011101000110101100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304C11; }

 p { color: rgb(48,76,17); }

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

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

 a { background-color: rgb(48,76,17); }

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

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

 span { border-color: rgb(48,76,17); }

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