#304703

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

Shades of Turtle Green #304703

Tints of Turtle Green #304703

Color information

#304703 (or 0x304703) is unknown color: approx Turtle Green. HEX triplet: 30, 47 and 03. RGB value is (48,71,3). Sum of RGB (Red+Green+Blue) = 48+71+3=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #304703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304703 is #CFB8FC. Grayscale: #383838. Windows color (decimal): -13613309 or 214832. OLE color: 214832.

HSL color Cylindrical-coordinate representation of color #304703: hue angle of 80.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #304703 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB48713-
CMYK0.3200.960.72
HSL80.29º91.89%14.51%-
HSV(B)80.29º95.77%27.84%-
XYZ3.495.140.89-
YUV56.3797.88122.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 71 (28.12% from 255) = 58.20%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=39.34%
G=58.20%
B=2.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal487130.3200.960.7280.2991.8914.51
Hex304732006048505cf
Octal60107340014011012013417
Binary110000100011111100000011000001001000101000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304703; }

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

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

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

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

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

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

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

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