Html Css Color HEX #038271 Pine Green

📋 copy color: '#038271'

red 3 ◦ green 130 ◦ blue 113

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

Shades of Pine Green #038271

Tints of Pine Green #038271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.85%

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

R = 1.22%
G = 52.85%
B = 45.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#038271 (or 0x038271) is known color: Pine Green. HEX triplet: 03, 82 and 71. RGB value is (3,130,113). Sum of RGB (Red+Green+Blue) = 3+130+113=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #038271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038271 is #FC7D8E. Grayscale: #5A5A5A. Windows color (decimal): -16547215 or 7438851. OLE color: 7438851.

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

Color convert

RGB 3 130 113 -
CMYK 0.98 0 0.13 0.49
HSL 171.97º 0.95% 0.26% -
HSV(B) 171.97º 0.98% 0.51% -
XYZ 11 17.18 18.36 -
YUV 90.09 140.92 65.88 -
System Red Green Blue C M Y K H S L
Decimal 3 130 113 0.98 0 0.13 0.49 171.97 0.95 0.26
Hex 3 82 71 62 0 D 31 AC 5F 1A
Octal 3 202 161 142 0 15 61 254 137 32
Binary 11 10000010 1110001 1100010 0 1101 110001 10101100 1011111 11010

Color Harmonies of #038271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038271

Black with #038271

Text Example


Text Example

White with #038271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038271; }

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

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

background-color css

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

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

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

border-color css

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

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

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