#304312

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

Shades of Turtle Green #304312

Tints of Turtle Green #304312

Color information

#304312 (or 0x304312) is unknown color: approx Turtle Green. HEX triplet: 30, 43 and 12. RGB value is (48,67,18). Sum of RGB (Red+Green+Blue) = 48+67+18=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #304312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304312 is #CFBCED. Grayscale: #373737. Windows color (decimal): -13614318 or 1196848. OLE color: 1196848.

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

Color convert

RGB486718-
CMYK0.2800.730.74
HSL83.27º57.65%16.67%-
HSV(B)83.27º73.13%26.27%-
XYZ3.344.691.3-
YUV55.73106.71122.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 67 (26.56% from 255) = 50.38%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=36.09%
G=50.38%
B=13.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867180.2800.730.7483.2757.6516.67
Hex3043121C0494A533a11
Octal60103223401111121237221
Binary11000010000111001011100010010011001010101001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304312; }

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

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

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

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

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

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

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

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