#304300

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

Shades of Turtle Green #304300

Tints of Turtle Green #304300

Color information

#304300 (or 0x304300) is unknown color: approx Turtle Green. HEX triplet: 30, 43 and 00. RGB value is (48,67,0). Sum of RGB (Red+Green+Blue) = 48+67+0=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #304300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304300 is #CFBCFF. Grayscale: #353535. Windows color (decimal): -13614336 or 17200. OLE color: 17200.

HSL color Cylindrical-coordinate representation of color #304300: hue angle of 77.01º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #304300 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB48670-
CMYK0.28010.74
HSL77.01º100%13.14%-
HSV(B)77.01º100%26.27%-
XYZ3.234.640.73-
YUV53.6897.71123.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 67 (26.56% from 255) = 58.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.74%
G=58.26%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal486700.28010.7477.0110013.14
Hex304301C0644A4d64d
Octal60103034014411211514415
Binary1100001000011011100011001001001010100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304300; }

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

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

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

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

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

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

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

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