#303914

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

Shades of Turtle Green #303914

Tints of Turtle Green #303914

Color information

#303914 (or 0x303914) is unknown color: approx Turtle Green. HEX triplet: 30, 39 and 14. RGB value is (48,57,20). Sum of RGB (Red+Green+Blue) = 48+57+20=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #303914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303914 is #CFC6EB. Grayscale: #323232. Windows color (decimal): -13616876 or 1325360. OLE color: 1325360.

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

Color convert

RGB485720-
CMYK0.1600.650.78
HSL74.59º48.05%15.1%-
HSV(B)74.59º64.91%22.35%-
XYZ2.813.611.21-
YUV50.09111.02126.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 57 (22.66% from 255) = 45.6%
BLUE value IS 20 (8.20% from 255) = 16%
R=38.4%
G=45.6%
B=16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4857200.1600.650.7874.5948.0515.1
Hex303914100414E4b30f
Octal6071242001011161136017
Binary110000111001101001000001000001100111010010111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303914; }

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

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

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

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

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

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

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

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