Html Css Color HEX #038068 Pine Green

📋 copy color: '#038068'

red 3 ◦ green 128 ◦ blue 104

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

Shades of Pine Green #038068

Tints of Pine Green #038068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.26%

R = 1.28%
G = 54.47%
B = 44.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#038068 (or 0x038068) is known color: Pine Green. HEX triplet: 03, 80 and 68. RGB value is (3,128,104). Sum of RGB (Red+Green+Blue) = 3+128+104=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 128 (50.39% from 255 or 54.47% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 128 - color contains mainly: green. Hex color #038068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038068 is #FC7F97. Grayscale: #575757. Windows color (decimal): -16547736 or 6848515. OLE color: 6848515.

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

Color convert

RGB 3 128 104 -
CMYK 0.98 0 0.19 0.50
HSL 168.48º 0.95% 0.26% -
HSV(B) 168.48º 0.98% 0.5% -
XYZ 10.26 16.46 15.73 -
YUV 87.89 137.09 67.45 -
System Red Green Blue C M Y K H S L
Decimal 3 128 104 0.98 0 0.19 0.50 168.48 0.95 0.26
Hex 3 80 68 62 0 13 32 A8 5F 1A
Octal 3 200 150 142 0 23 62 250 137 32
Binary 11 10000000 1101000 1100010 0 10011 110010 10101000 1011111 11010

Color Harmonies of #038068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038068

Black with #038068

Text Example


Text Example

White with #038068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038068; }

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

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

background-color css

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

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

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

border-color css

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

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

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