Html Css Color HEX #038471 Pine Green

📋 copy color: '#038471'

red 3 ◦ green 132 ◦ blue 113

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

Shades of Pine Green #038471

Tints of Pine Green #038471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.23%

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

R = 1.21%
G = 53.23%
B = 45.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#038471 (or 0x038471) is known color: Pine Green. HEX triplet: 03, 84 and 71. RGB value is (3,132,113). Sum of RGB (Red+Green+Blue) = 3+132+113=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #038471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038471 is #FC7B8E. Grayscale: #5B5B5B. Windows color (decimal): -16546703 or 7439363. OLE color: 7439363.

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

Color convert

RGB 3 132 113 -
CMYK 0.98 0 0.14 0.48
HSL 171.16º 0.96% 0.26% -
HSV(B) 171.16º 0.98% 0.52% -
XYZ 11.27 17.71 18.45 -
YUV 91.26 140.26 65.04 -
System Red Green Blue C M Y K H S L
Decimal 3 132 113 0.98 0 0.14 0.48 171.16 0.96 0.26
Hex 3 84 71 62 0 E 30 AB 60 1A
Octal 3 204 161 142 0 16 60 253 140 32
Binary 11 10000100 1110001 1100010 0 1110 110000 10101011 1100000 11010

Color Harmonies of #038471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038471

Black with #038471

Text Example


Text Example

White with #038471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038471; }

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

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

background-color css

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

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

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

border-color css

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

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

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