#304C09

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

Shades of Turtle Green #304C09

Tints of Turtle Green #304C09

Color information

#304C09 (or 0x304C09) is unknown color: approx Turtle Green. HEX triplet: 30, 4C and 09. RGB value is (48,76,9). Sum of RGB (Red+Green+Blue) = 48+76+9=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #304C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C09 is #CFB3F6. Grayscale: #3C3C3C. Windows color (decimal): -13612023 or 609328. OLE color: 609328.

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

Color convert

RGB48769-
CMYK0.3700.880.70
HSL85.07º78.82%16.67%-
HSV(B)85.07º88.16%29.8%-
XYZ3.855.821.18-
YUV59.9999.22119.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 76 (30.08% from 255) = 57.14%
BLUE value IS 9 (3.91% from 255) = 6.77%
R=36.09%
G=57.14%
B=6.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal487690.3700.880.7085.0778.8216.67
Hex304C92505846554f11
Octal601141145013010612511721
Binary110000100110010011001010101100010001101010101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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