#304C01

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

Shades of Turtle Green #304C01

Tints of Turtle Green #304C01

Color information

#304C01 (or 0x304C01) is unknown color: approx Turtle Green. HEX triplet: 30, 4C and 01. RGB value is (48,76,1). Sum of RGB (Red+Green+Blue) = 48+76+1=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 76 (30.08% from 255 or 60.8% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 76 - color contains mainly: green. Hex color #304C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C01 is #CFB3FE. Grayscale: #3B3B3B. Windows color (decimal): -13612031 or 85040. OLE color: 85040.

HSL color Cylindrical-coordinate representation of color #304C01: hue angle of 82.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #304C01 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB48761-
CMYK0.3700.990.70
HSL82.4º97.4%15.1%-
HSV(B)82.4º98.68%29.8%-
XYZ3.815.80.95-
YUV59.0895.22120.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 76 (30.08% from 255) = 60.8%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=38.4%
G=60.8%
B=0.8%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal487610.3700.990.7082.497.415.1
Hex304C125063465261f
Octal60114145014310612214117
Binary11000010011001100101011000111000110101001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304C01; }

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

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

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

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

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

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

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

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