#038271

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

Shades of Pine Green #038271

Tints of Pine Green #038271

Color information

#038271 (or 0x038271) is unknown color: approx Pine Green. HEX triplet: 03, 82 and 71. RGB value is (3,130,113). Sum of RGB (Red+Green+Blue) = 3+130+113=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #038271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038271 is #FC7D8E. Grayscale: #5A5A5A. Windows color (decimal): -16547215 or 7438851. OLE color: 7438851.

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

Color convert

RGB3130113-
CMYK0.9800.130.49
HSL171.97º95.49%26.08%-
HSV(B)171.97º97.69%50.98%-
XYZ1117.1818.36-
YUV90.09140.9265.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.22%
GREEN value IS 130 (51.17% from 255) = 52.85%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=1.22%
G=52.85%
B=45.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31301130.9800.130.49171.9795.4926.08
Hex38271620D31ac5f1a
Octal32021611420156125413732
Binary1110000010111000111000100110111000110101100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038271; }

 p { color: rgb(3,130,113); }

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

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

 a { background-color: rgb(3,130,113); }

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

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

 span { border-color: rgb(3,130,113); }

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