#304210

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

Shades of Turtle Green #304210

Tints of Turtle Green #304210

Color information

#304210 (or 0x304210) is unknown color: approx Turtle Green. HEX triplet: 30, 42 and 10. RGB value is (48,66,16). Sum of RGB (Red+Green+Blue) = 48+66+16=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #304210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304210 is #CFBDEF. Grayscale: #373737. Windows color (decimal): -13614576 or 1065520. OLE color: 1065520.

HSL color Cylindrical-coordinate representation of color #304210: hue angle of 81.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #304210 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB486616-
CMYK0.2700.760.74
HSL81.6º60.98%16.08%-
HSV(B)81.6º75.76%25.88%-
XYZ3.264.561.2-
YUV54.92106.04123.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.92%
GREEN value IS 66 (26.17% from 255) = 50.77%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=36.92%
G=50.77%
B=12.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866160.2700.760.7481.660.9816.08
Hex3042101B04C4A523d10
Octal60102203301141121227520
Binary11000010000101000011011010011001001010101001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304210; }

 p { color: rgb(48,66,16); }

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

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

 a { background-color: rgb(48,66,16); }

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

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

 span { border-color: rgb(48,66,16); }

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