#304c05

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

Shades of Turtle Green #304C05

Tints of Turtle Green #304C05

Color information

#304C05 (or 0x304C05) is unknown color: approx Turtle Green. HEX triplet: 30, 4C and 05. RGB value is (48,76,5). Sum of RGB (Red+Green+Blue) = 48+76+5=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 76 (30.08% from 255 or 58.91% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 76 - color contains mainly: green. Hex color #304C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C05 is #CFB3FA. Grayscale: #3B3B3B. Windows color (decimal): -13612027 or 347184. OLE color: 347184.

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

Color convert

RGB48765-
CMYK0.3700.930.70
HSL83.66º87.65%15.88%-
HSV(B)83.66º93.42%29.8%-
XYZ3.835.811.06-
YUV59.5397.22119.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 76 (30.08% from 255) = 58.91%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=37.21%
G=58.91%
B=3.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal487650.3700.930.7083.6687.6515.88
Hex304C52505D46545810
Octal60114545013510612413020
Binary11000010011001011001010101110110001101010100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304c05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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