#304F04

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

Shades of Turtle Green #304F04

Tints of Turtle Green #304F04

Color information

#304F04 (or 0x304F04) is unknown color: approx Turtle Green. HEX triplet: 30, 4F and 04. RGB value is (48,79,4). Sum of RGB (Red+Green+Blue) = 48+79+4=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 79 (31.25% from 255 or 60.31% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 79 - color contains mainly: green. Hex color #304F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304F04 is #CFB0FB. Grayscale: #3D3D3D. Windows color (decimal): -13611260 or 282416. OLE color: 282416.

HSL color Cylindrical-coordinate representation of color #304F04: hue angle of 84.8º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #304F04 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB48794-
CMYK0.3900.950.69
HSL84.8º90.36%16.27%-
HSV(B)84.8º94.94%30.98%-
XYZ4.046.231.1-
YUV61.1895.73118.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 79 (31.25% from 255) = 60.31%
BLUE value IS 4 (1.95% from 255) = 3.05%
R=36.64%
G=60.31%
B=3.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal487940.3900.950.6984.890.3616.27
Hex304F42705F45555a10
Octal60117447013710512513220
Binary11000010011111001001110101111110001011010101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,79,4); }

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

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

 a { background-color: rgb(48,79,4); }

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

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

 span { border-color: rgb(48,79,4); }

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