#303F14

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

Shades of Turtle Green #303F14

Tints of Turtle Green #303F14

Color information

#303F14 (or 0x303F14) is unknown color: approx Turtle Green. HEX triplet: 30, 3F and 14. RGB value is (48,63,20). Sum of RGB (Red+Green+Blue) = 48+63+20=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 63 - color contains mainly: green. Hex color #303F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303F14 is #CFC0EB. Grayscale: #353535. Windows color (decimal): -13615340 or 1326896. OLE color: 1326896.

HSL color Cylindrical-coordinate representation of color #303F14: hue angle of 80.93º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303F14 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB486320-
CMYK0.2400.680.75
HSL80.93º51.81%16.27%-
HSV(B)80.93º68.25%24.71%-
XYZ3.124.231.31-
YUV53.61109.03124-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 63 (25% from 255) = 48.09%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=36.64%
G=48.09%
B=15.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4863200.2400.680.7580.9351.8116.27
Hex303F14180444B513410
Octal6077243001041131216420
Binary1100001111111010011000010001001001011101000111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303F14; }

 p { color: rgb(48,63,20); }

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

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

 a { background-color: rgb(48,63,20); }

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

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

 span { border-color: rgb(48,63,20); }

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