Html Css Color HEX #038171 Pine Green

📋 copy color: '#038171'

red 3 ◦ green 129 ◦ blue 113

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

Shades of Pine Green #038171

Tints of Pine Green #038171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.65%

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

R = 1.22%
G = 52.65%
B = 46.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#038171 (or 0x038171) is known color: Pine Green. HEX triplet: 03, 81 and 71. RGB value is (3,129,113). Sum of RGB (Red+Green+Blue) = 3+129+113=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #038171 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038171 is #FC7E8E. Grayscale: #595959. Windows color (decimal): -16547471 or 7438595. OLE color: 7438595.

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

Color convert

RGB 3 129 113 -
CMYK 0.98 0 0.12 0.49
HSL 172.38º 0.95% 0.26% -
HSV(B) 172.38º 0.98% 0.51% -
XYZ 10.87 16.91 18.31 -
YUV 89.5 141.26 66.3 -
System Red Green Blue C M Y K H S L
Decimal 3 129 113 0.98 0 0.12 0.49 172.38 0.95 0.26
Hex 3 81 71 62 0 C 31 AC 5F 1A
Octal 3 201 161 142 0 14 61 254 137 32
Binary 11 10000001 1110001 1100010 0 1100 110001 10101100 1011111 11010

Color Harmonies of #038171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038171

Black with #038171

Text Example


Text Example

White with #038171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038171; }

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

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

background-color css

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

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

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

border-color css

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

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

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