#304C07

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

Shades of Turtle Green #304C07

Tints of Turtle Green #304C07

Color information

#304C07 (or 0x304C07) is unknown color: approx Turtle Green. HEX triplet: 30, 4C and 07. RGB value is (48,76,7). Sum of RGB (Red+Green+Blue) = 48+76+7=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 76 (30.08% from 255 or 58.02% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 76 - color contains mainly: green. Hex color #304C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C07 is #CFB3F8. Grayscale: #3C3C3C. Windows color (decimal): -13612025 or 478256. OLE color: 478256.

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

Color convert

RGB48767-
CMYK0.3700.910.70
HSL84.35º83.13%16.27%-
HSV(B)84.35º90.79%29.8%-
XYZ3.845.811.12-
YUV59.7698.22119.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 76 (30.08% from 255) = 58.02%
BLUE value IS 7 (3.12% from 255) = 5.34%
R=36.64%
G=58.02%
B=5.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal487670.3700.910.7084.3583.1316.27
Hex304C72505B46545310
Octal60114745013310612412320
Binary11000010011001111001010101101110001101010100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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