#038473

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

Shades of Pine Green #038473

Tints of Pine Green #038473

Color information

#038473 (or 0x038473) is unknown color: approx Pine Green. HEX triplet: 03, 84 and 73. RGB value is (3,132,115). Sum of RGB (Red+Green+Blue) = 3+132+115=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #038473 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038473 is #FC7B8C. Grayscale: #5B5B5B. Windows color (decimal): -16546701 or 7570435. OLE color: 7570435.

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

Color convert

RGB3132115-
CMYK0.9800.130.48
HSL172.09º95.56%26.47%-
HSV(B)172.09º97.73%51.76%-
XYZ11.3817.7619.05-
YUV91.49141.2664.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.2%
GREEN value IS 132 (51.95% from 255) = 52.8%
BLUE value IS 115 (45.31% from 255) = 46%
R=1.2%
G=52.8%
B=46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31321150.9800.130.48172.0995.5626.47
Hex38473620D30ac601a
Octal32041631420156025414032
Binary1110000100111001111000100110111000010101100110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038473; }

 p { color: rgb(3,132,115); }

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

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

 a { background-color: rgb(3,132,115); }

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

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

 span { border-color: rgb(3,132,115); }

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