#303800

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

Shades of Turtle Green #303800

Tints of Turtle Green #303800

Color information

#303800 (or 0x303800) is unknown color: approx Turtle Green. HEX triplet: 30, 38 and 00. RGB value is (48,56,0). Sum of RGB (Red+Green+Blue) = 48+56+0=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #303800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303800 is #CFC7FF. Grayscale: #2F2F2F. Windows color (decimal): -13617152 or 14384. OLE color: 14384.

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

Color convert

RGB48560-
CMYK0.14010.78
HSL68.57º100%10.98%-
HSV(B)68.57º100%21.96%-
XYZ2.633.460.53-
YUV47.22101.35128.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 56 (22.27% from 255) = 53.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.15%
G=53.85%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal485600.14010.7868.5710010.98
Hex30380E0644E4564b
Octal6070016014411610514413
Binary11000011100001110011001001001110100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303800; }

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

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

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

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

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

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

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

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