#304212

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

Shades of Turtle Green #304212

Tints of Turtle Green #304212

Color information

#304212 (or 0x304212) is unknown color: approx Turtle Green. HEX triplet: 30, 42 and 12. RGB value is (48,66,18). Sum of RGB (Red+Green+Blue) = 48+66+18=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #304212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304212 is #CFBDED. Grayscale: #373737. Windows color (decimal): -13614574 or 1196592. OLE color: 1196592.

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

Color convert

RGB486618-
CMYK0.2700.730.74
HSL82.5º57.14%16.47%-
HSV(B)82.5º72.73%25.88%-
XYZ3.284.571.28-
YUV55.15107.04122.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 66 (26.17% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=36.36%
G=50%
B=13.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866180.2700.730.7482.557.1416.47
Hex3042121B0494A523910
Octal60102223301111121227120
Binary11000010000101001011011010010011001010101001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304212; }

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

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

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

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

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

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

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

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