#304500

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

Shades of Turtle Green #304500

Tints of Turtle Green #304500

Color information

#304500 (or 0x304500) is unknown color: approx Turtle Green. HEX triplet: 30, 45 and 00. RGB value is (48,69,0). Sum of RGB (Red+Green+Blue) = 48+69+0=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 69 (27.34% from 255 or 58.97% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 69 - color contains mainly: green. Hex color #304500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304500 is #CFBAFF. Grayscale: #373737. Windows color (decimal): -13613824 or 17712. OLE color: 17712.

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

Color convert

RGB48690-
CMYK0.30010.73
HSL78.26º100%13.53%-
HSV(B)78.26º100%27.06%-
XYZ3.354.880.77-
YUV54.8697.04123.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 69 (27.34% from 255) = 58.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.03%
G=58.97%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal486900.30010.7378.2610013.53
Hex304501E064494e64e
Octal60105036014411111614416
Binary1100001000101011110011001001001001100111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304500; }

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

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

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

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

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

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

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

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