#303D10

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

Shades of Turtle Green #303D10

Tints of Turtle Green #303D10

Color information

#303D10 (or 0x303D10) is unknown color: approx Turtle Green. HEX triplet: 30, 3D and 10. RGB value is (48,61,16). Sum of RGB (Red+Green+Blue) = 48+61+16=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 61 (24.22% from 255 or 48.8% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 61 - color contains mainly: green. Hex color #303D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303D10 is #CFC2EF. Grayscale: #343434. Windows color (decimal): -13615856 or 1064240. OLE color: 1064240.

HSL color Cylindrical-coordinate representation of color #303D10: hue angle of 77.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #303D10 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.

Color convert

RGB486116-
CMYK0.2100.740.76
HSL77.33º58.44%15.1%-
HSV(B)77.33º73.77%23.92%-
XYZ2.9841.11-
YUV51.98107.69125.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 61 (24.22% from 255) = 48.8%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=38.4%
G=48.8%
B=12.8%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4861160.2100.740.7677.3358.4415.1
Hex303D101504A4C4d3af
Octal6075202501121141157217
Binary110000111101100001010101001010100110010011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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