#303801

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

Shades of Turtle Green #303801

Tints of Turtle Green #303801

Color information

#303801 (or 0x303801) is unknown color: approx Turtle Green. HEX triplet: 30, 38 and 01. RGB value is (48,56,1). Sum of RGB (Red+Green+Blue) = 48+56+1=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #303801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303801 is #CFC7FE. Grayscale: #2F2F2F. Windows color (decimal): -13617151 or 79920. OLE color: 79920.

HSL color Cylindrical-coordinate representation of color #303801: hue angle of 68.73º degrees, saturation: 0.96, 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 #303801 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB48561-
CMYK0.1400.980.78
HSL68.73º96.49%11.18%-
HSV(B)68.73º98.21%21.96%-
XYZ2.643.460.56-
YUV47.34101.85128.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 56 (22.27% from 255) = 53.33%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=45.71%
G=53.33%
B=0.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal485610.1400.980.7868.7396.4911.18
Hex30381E0624E4560b
Octal6070116014211610514013
Binary11000011100011110011000101001110100010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303801; }

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

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

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

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

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

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

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

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