#304112

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

Shades of Turtle Green #304112

Tints of Turtle Green #304112

Color information

#304112 (or 0x304112) is unknown color: approx Turtle Green. HEX triplet: 30, 41 and 12. RGB value is (48,65,18). Sum of RGB (Red+Green+Blue) = 48+65+18=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #304112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304112 is #CFBEED. Grayscale: #363636. Windows color (decimal): -13614830 or 1196336. OLE color: 1196336.

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

Color convert

RGB486518-
CMYK0.2600.720.75
HSL81.7º56.63%16.27%-
HSV(B)81.7º72.31%25.49%-
XYZ3.224.451.26-
YUV54.56107.37123.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 65 (25.78% from 255) = 49.62%
BLUE value IS 18 (7.42% from 255) = 13.74%
R=36.64%
G=49.62%
B=13.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865180.2600.720.7581.756.6316.27
Hex3041121A0484B523910
Octal60101223201101131227120
Binary11000010000011001011010010010001001011101001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304112; }

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

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

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

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

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

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

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

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