#304100

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

Shades of Turtle Green #304100

Tints of Turtle Green #304100

Color information

#304100 (or 0x304100) is unknown color: approx Turtle Green. HEX triplet: 30, 41 and 00. RGB value is (48,65,0). Sum of RGB (Red+Green+Blue) = 48+65+0=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #304100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304100 is #CFBEFF. Grayscale: #343434. Windows color (decimal): -13614848 or 16688. OLE color: 16688.

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

Color convert

RGB48650-
CMYK0.26010.75
HSL75.69º100%12.75%-
HSV(B)75.69º100%25.49%-
XYZ3.114.410.69-
YUV52.5198.37124.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 65 (25.78% from 255) = 57.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.48%
G=57.52%
B=0%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal486500.26010.7575.6910012.75
Hex304101A0644B4c64d
Octal60101032014411311414415
Binary1100001000001011010011001001001011100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304100; }

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

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

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

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

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

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

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

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