Html Css Color HEX #038169 Pine Green

📋 copy color: '#038169'

red 3 ◦ green 129 ◦ blue 105

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

Shades of Pine Green #038169

Tints of Pine Green #038169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 1.27%
G = 54.43%
B = 44.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#038169 (or 0x038169) is known color: Pine Green. HEX triplet: 03, 81 and 69. RGB value is (3,129,105). Sum of RGB (Red+Green+Blue) = 3+129+105=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #038169 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038169 is #FC7E96. Grayscale: #585858. Windows color (decimal): -16547479 or 6914307. OLE color: 6914307.

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

Color convert

RGB 3 129 105 -
CMYK 0.98 0 0.19 0.49
HSL 168.57º 0.95% 0.26% -
HSV(B) 168.57º 0.98% 0.51% -
XYZ 10.44 16.74 16.05 -
YUV 88.59 137.26 66.95 -
System Red Green Blue C M Y K H S L
Decimal 3 129 105 0.98 0 0.19 0.49 168.57 0.95 0.26
Hex 3 81 69 62 0 13 31 A9 5F 1A
Octal 3 201 151 142 0 23 61 251 137 32
Binary 11 10000001 1101001 1100010 0 10011 110001 10101001 1011111 11010

Color Harmonies of #038169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038169

Black with #038169

Text Example


Text Example

White with #038169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038169; }

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

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

background-color css

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

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

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

border-color css

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

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

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