#038270

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

Shades of Pine Green #038270

Tints of Pine Green #038270

Color information

#038270 (or 0x038270) is unknown color: approx Pine Green. HEX triplet: 03, 82 and 70. RGB value is (3,130,112). Sum of RGB (Red+Green+Blue) = 3+130+112=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #038270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038270 is #FC7D8F. Grayscale: #595959. Windows color (decimal): -16547216 or 7373315. OLE color: 7373315.

HSL color Cylindrical-coordinate representation of color #038270: hue angle of 171.5º 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 #038270 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB3130112-
CMYK0.9800.140.49
HSL171.5º95.49%26.08%-
HSV(B)171.5º97.69%50.98%-
XYZ10.9417.1518.06-
YUV89.98140.4265.96-

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) = 53.06%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=1.22%
G=53.06%
B=45.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31301120.9800.140.49171.595.4926.08
Hex38270620E31ab5f1a
Octal32021601420166125313732
Binary1110000010111000011000100111011000110101011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038270; }

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

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

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

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

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

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

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

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