Html Css Color HEX #038173 Pine Green

📋 copy color: '#038173'

red 3 ◦ green 129 ◦ blue 115

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

Shades of Pine Green #038173

Tints of Pine Green #038173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.56%

R = 1.21%
G = 52.23%
B = 46.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#038173 (or 0x038173) is known color: Pine Green. HEX triplet: 03, 81 and 73. RGB value is (3,129,115). Sum of RGB (Red+Green+Blue) = 3+129+115=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #038173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038173 is #FC7E8C. Grayscale: #595959. Windows color (decimal): -16547469 or 7569667. OLE color: 7569667.

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

Color convert

RGB 3 129 115 -
CMYK 0.98 0 0.11 0.49
HSL 173.33º 0.95% 0.26% -
HSV(B) 173.33º 0.98% 0.51% -
XYZ 10.98 16.96 18.91 -
YUV 89.73 142.26 66.14 -
System Red Green Blue C M Y K H S L
Decimal 3 129 115 0.98 0 0.11 0.49 173.33 0.95 0.26
Hex 3 81 73 62 0 B 31 AD 5F 1A
Octal 3 201 163 142 0 13 61 255 137 32
Binary 11 10000001 1110011 1100010 0 1011 110001 10101101 1011111 11010

Color Harmonies of #038173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038173

Black with #038173

Text Example


Text Example

White with #038173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038173; }

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

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

background-color css

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

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

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

border-color css

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

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

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