#303901

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

Shades of Turtle Green #303901

Tints of Turtle Green #303901

Color information

#303901 (or 0x303901) is unknown color: approx Turtle Green. HEX triplet: 30, 39 and 01. RGB value is (48,57,1). Sum of RGB (Red+Green+Blue) = 48+57+1=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #303901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303901 is #CFC6FE. Grayscale: #303030. Windows color (decimal): -13616895 or 80176. OLE color: 80176.

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

Color convert

RGB48571-
CMYK0.1600.980.78
HSL69.64º96.55%11.37%-
HSV(B)69.64º98.25%22.35%-
XYZ2.693.560.57-
YUV47.92101.52128.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 57 (22.66% from 255) = 53.77%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=45.28%
G=53.77%
B=0.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal485710.1600.980.7869.6496.5511.37
Hex30391100624E4661b
Octal6071120014211610614113
Binary110000111001110000011000101001110100011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303901; }

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

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

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

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

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

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

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

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