#304303

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

Shades of Turtle Green #304303

Tints of Turtle Green #304303

Color information

#304303 (or 0x304303) is unknown color: approx Turtle Green. HEX triplet: 30, 43 and 03. RGB value is (48,67,3). Sum of RGB (Red+Green+Blue) = 48+67+3=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #304303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304303 is #CFBCFC. Grayscale: #363636. Windows color (decimal): -13614333 or 213808. OLE color: 213808.

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

Color convert

RGB48673-
CMYK0.2800.960.74
HSL77.81º91.43%13.73%-
HSV(B)77.81º95.52%26.27%-
XYZ3.244.650.81-
YUV54.0299.21123.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 67 (26.56% from 255) = 56.78%
BLUE value IS 3 (1.56% from 255) = 2.54%
R=40.68%
G=56.78%
B=2.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal486730.2800.960.7477.8191.4313.73
Hex304331C0604A4e5be
Octal60103334014011211613316
Binary11000010000111111100011000001001010100111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304303; }

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

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

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

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

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

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

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

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