Html Css Color HEX #038071 Pine Green

📋 copy color: '#038071'

red 3 ◦ green 128 ◦ blue 113

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

Shades of Pine Green #038071

Tints of Pine Green #038071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 1.23%
G = 52.46%
B = 46.31%

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

#038071 (or 0x038071) is known color: Pine Green. HEX triplet: 03, 80 and 71. RGB value is (3,128,113). Sum of RGB (Red+Green+Blue) = 3+128+113=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 128 (50.39% from 255 or 52.46% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 128 - color contains mainly: green. Hex color #038071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038071 is #FC7F8E. Grayscale: #585858. Windows color (decimal): -16547727 or 7438339. OLE color: 7438339.

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

Color convert

RGB 3 128 113 -
CMYK 0.98 0 0.12 0.50
HSL 172.8º 0.95% 0.26% -
HSV(B) 172.8º 0.98% 0.5% -
XYZ 10.74 16.65 18.27 -
YUV 88.92 141.59 66.72 -
System Red Green Blue C M Y K H S L
Decimal 3 128 113 0.98 0 0.12 0.50 172.8 0.95 0.26
Hex 3 80 71 62 0 C 32 AD 5F 1A
Octal 3 200 161 142 0 14 62 255 137 32
Binary 11 10000000 1110001 1100010 0 1100 110010 10101101 1011111 11010

Color Harmonies of #038071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038071

Black with #038071

Text Example


Text Example

White with #038071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038071; }

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

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

background-color css

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

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

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

border-color css

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

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

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