#304304

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

Shades of Turtle Green #304304

Tints of Turtle Green #304304

Color information

#304304 (or 0x304304) is unknown color: approx Turtle Green. HEX triplet: 30, 43 and 04. RGB value is (48,67,4). Sum of RGB (Red+Green+Blue) = 48+67+4=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #304304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304304 is #CFBCFB. Grayscale: #363636. Windows color (decimal): -13614332 or 279344. OLE color: 279344.

HSL color Cylindrical-coordinate representation of color #304304: hue angle of 78.1º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #304304 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB48674-
CMYK0.2800.940.74
HSL78.1º88.73%13.92%-
HSV(B)78.1º94.03%26.27%-
XYZ3.254.650.84-
YUV54.1499.71123.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 67 (26.56% from 255) = 56.30%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=40.34%
G=56.30%
B=3.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal486740.2800.940.7478.188.7313.92
Hex304341C05E4A4e59e
Octal60103434013611211613116
Binary110000100001110011100010111101001010100111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304304; }

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

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

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

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

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

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

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

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