#304102

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

Shades of Turtle Green #304102

Tints of Turtle Green #304102

Color information

#304102 (or 0x304102) is unknown color: approx Turtle Green. HEX triplet: 30, 41 and 02. RGB value is (48,65,2). Sum of RGB (Red+Green+Blue) = 48+65+2=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #304102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304102 is #CFBEFD. Grayscale: #343434. Windows color (decimal): -13614846 or 147760. OLE color: 147760.

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

Color convert

RGB48652-
CMYK0.2600.970.75
HSL76.19º94.03%13.14%-
HSV(B)76.19º96.92%25.49%-
XYZ3.124.410.74-
YUV52.7499.37124.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 65 (25.78% from 255) = 56.52%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=41.74%
G=56.52%
B=1.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal486520.2600.970.7576.1994.0313.14
Hex304121A0614B4c5ed
Octal60101232014111311413615
Binary11000010000011011010011000011001011100110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304102; }

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

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

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

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

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

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

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

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