#304006

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

Shades of Turtle Green #304006

Tints of Turtle Green #304006

Color information

#304006 (or 0x304006) is unknown color: approx Turtle Green. HEX triplet: 30, 40 and 06. RGB value is (48,64,6). Sum of RGB (Red+Green+Blue) = 48+64+6=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #304006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304006 is #CFBFF9. Grayscale: #343434. Windows color (decimal): -13615098 or 409648. OLE color: 409648.

HSL color Cylindrical-coordinate representation of color #304006: hue angle of 76.55º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #304006 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB48646-
CMYK0.2500.910.75
HSL76.55º82.86%13.73%-
HSV(B)76.55º90.62%25.1%-
XYZ3.094.310.84-
YUV52.6101.7124.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 64 (25.39% from 255) = 54.24%
BLUE value IS 6 (2.73% from 255) = 5.08%
R=40.68%
G=54.24%
B=5.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal486460.2500.910.7576.5582.8613.73
Hex304061905B4B4d53e
Octal60100631013311311512316
Binary110000100000011011001010110111001011100110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304006; }

 p { color: rgb(48,64,6); }

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

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

 a { background-color: rgb(48,64,6); }

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

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

 span { border-color: rgb(48,64,6); }

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