#303715

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

Shades of Turtle Green #303715

Tints of Turtle Green #303715

Color information

#303715 (or 0x303715) is unknown color: approx Turtle Green. HEX triplet: 30, 37 and 15. RGB value is (48,55,21). Sum of RGB (Red+Green+Blue) = 48+55+21=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #303715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303715 is #CFC8EA. Grayscale: #313131. Windows color (decimal): -13617387 or 1390384. OLE color: 1390384.

HSL color Cylindrical-coordinate representation of color #303715: hue angle of 72.35º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #303715 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.78.

Color convert

RGB485521-
CMYK0.1300.620.78
HSL72.35º44.74%14.9%-
HSV(B)72.35º61.82%21.57%-
XYZ2.723.411.23-
YUV49.03112.18127.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.71%
GREEN value IS 55 (21.88% from 255) = 44.35%
BLUE value IS 21 (8.59% from 255) = 16.94%
R=38.71%
G=44.35%
B=16.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4855210.1300.620.7872.3544.7414.9
Hex303715D03E4E482df
Octal606725150761161105517
Binary1100001101111010111010111110100111010010001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303715; }

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

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

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

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

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

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

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

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