Html Css Color HEX #038070 Pine Green

📋 copy color: '#038070'

red 3 ◦ green 128 ◦ blue 112

#038070
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #038070

Tints of Pine Green #038070

RGB

 RED value IS 3 (1.56% from 255) = 1.23%

 GREEN value IS 128 (50.39% from 255) = 52.67%

 BLUE value IS 112 (44.14% from 255) = 46.09%

R = 1.23%
G = 52.67%
B = 46.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#038070 (or 0x038070) is known color: Pine Green. HEX triplet: 03, 80 and 70. RGB value is (3,128,112). Sum of RGB (Red+Green+Blue) = 3+128+112=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #038070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038070 is #FC7F8F. Grayscale: #585858. Windows color (decimal): -16547728 or 7372803. OLE color: 7372803.

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

Color convert

RGB 3 128 112 -
CMYK 0.98 0 0.12 0.50
HSL 172.32º 0.95% 0.26% -
HSV(B) 172.32º 0.98% 0.5% -
XYZ 10.68 16.63 17.98 -
YUV 88.8 141.09 66.8 -
System Red Green Blue C M Y K H S L
Decimal 3 128 112 0.98 0 0.12 0.50 172.32 0.95 0.26
Hex 3 80 70 62 0 C 32 AC 5F 1A
Octal 3 200 160 142 0 14 62 254 137 32
Binary 11 10000000 1110000 1100010 0 1100 110010 10101100 1011111 11010

Color Harmonies of #038070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038070

Black with #038070

Text Example


Text Example

White with #038070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038070; }

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

 H1.HeaderClassName
 {
   color: #038070;
 }
 .AnyTagClassName
 {
   color: #038070;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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