#304103

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

Shades of Turtle Green #304103

Tints of Turtle Green #304103

Color information

#304103 (or 0x304103) is unknown color: approx Turtle Green. HEX triplet: 30, 41 and 03. RGB value is (48,65,3). Sum of RGB (Red+Green+Blue) = 48+65+3=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #304103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304103 is #CFBEFC. Grayscale: #353535. Windows color (decimal): -13614845 or 213296. OLE color: 213296.

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

Color convert

RGB48653-
CMYK0.2600.950.75
HSL76.45º91.18%13.33%-
HSV(B)76.45º95.38%25.49%-
XYZ3.134.420.77-
YUV52.8599.87124.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 65 (25.78% from 255) = 56.03%
BLUE value IS 3 (1.56% from 255) = 2.59%
R=41.38%
G=56.03%
B=2.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal486530.2600.950.7576.4591.1813.33
Hex304131A05F4B4c5bd
Octal60101332013711311413315
Binary11000010000011111010010111111001011100110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304103; }

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

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

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

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

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

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

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

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