Html Css Color HEX #038069 Pine Green

📋 copy color: '#038069'

red 3 ◦ green 128 ◦ blue 105

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

Shades of Pine Green #038069

Tints of Pine Green #038069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 54.24%

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

R = 1.27%
G = 54.24%
B = 44.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#038069 (or 0x038069) is known color: Pine Green. HEX triplet: 03, 80 and 69. RGB value is (3,128,105). Sum of RGB (Red+Green+Blue) = 3+128+105=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #038069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038069 is #FC7F96. Grayscale: #575757. Windows color (decimal): -16547735 or 6914051. OLE color: 6914051.

HSL color Cylindrical-coordinate representation of color #038069: hue angle of 168.96º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038069 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 128 105 -
CMYK 0.98 0 0.18 0.50
HSL 168.96º 0.95% 0.26% -
HSV(B) 168.96º 0.98% 0.5% -
XYZ 10.31 16.48 16 -
YUV 88 137.59 67.37 -
System Red Green Blue C M Y K H S L
Decimal 3 128 105 0.98 0 0.18 0.50 168.96 0.95 0.26
Hex 3 80 69 62 0 12 32 A9 5F 1A
Octal 3 200 151 142 0 22 62 251 137 32
Binary 11 10000000 1101001 1100010 0 10010 110010 10101001 1011111 11010

Color Harmonies of #038069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038069

Black with #038069

Text Example


Text Example

White with #038069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038069; }

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

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

background-color css

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

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

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

border-color css

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

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

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