#303C15

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

Shades of Turtle Green #303C15

Tints of Turtle Green #303C15

Color information

#303C15 (or 0x303C15) is unknown color: approx Turtle Green. HEX triplet: 30, 3C and 15. RGB value is (48,60,21). Sum of RGB (Red+Green+Blue) = 48+60+21=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 60 - color contains mainly: green. Hex color #303C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303C15 is #CFC3EA. Grayscale: #343434. Windows color (decimal): -13616107 or 1391664. OLE color: 1391664.

HSL color Cylindrical-coordinate representation of color #303C15: hue angle of 78.46º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303C15 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.

Color convert

RGB486021-
CMYK0.2000.650.76
HSL78.46º48.15%15.88%-
HSV(B)78.46º65%23.53%-
XYZ2.973.911.31-
YUV51.97110.52125.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 60 (23.83% from 255) = 46.51%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=37.21%
G=46.51%
B=16.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4860210.2000.650.7678.4648.1515.88
Hex303C15140414C4e3010
Octal6074252401011141166020
Binary1100001111001010110100010000011001100100111011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,60,21); }

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

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

 a { background-color: rgb(48,60,21); }

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

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

 span { border-color: rgb(48,60,21); }

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