Html Css Color HEX #03756F Pine Green

📋 copy color: '#03756F'

red 3 ◦ green 117 ◦ blue 111

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

Shades of Pine Green #03756F

Tints of Pine Green #03756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.65%

 BLUE value IS 111 (43.75% from 255) = 48.05%

R = 1.3%
G = 50.65%
B = 48.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#03756F (or 0x03756F) is known color: Pine Green. HEX triplet: 03, 75 and 6F. RGB value is (3,117,111). Sum of RGB (Red+Green+Blue) = 3+117+111=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #03756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03756F is #FC8A90. Grayscale: #525252. Windows color (decimal): -16550545 or 7304451. OLE color: 7304451.

HSL color Cylindrical-coordinate representation of color #03756F: hue angle of 176.84º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03756F is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 117 111 -
CMYK 0.97 0 0.05 0.54
HSL 176.84º 0.95% 0.24% -
HSV(B) 176.84º 0.97% 0.46% -
XYZ 9.27 13.89 17.23 -
YUV 82.23 144.23 71.49 -
System Red Green Blue C M Y K H S L
Decimal 3 117 111 0.97 0 0.05 0.54 176.84 0.95 0.24
Hex 3 75 6F 61 0 5 36 B1 5F 18
Octal 3 165 157 141 0 5 66 261 137 30
Binary 11 1110101 1101111 1100001 0 101 110110 10110001 1011111 11000

Color Harmonies of #03756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03756F

Black with #03756F

Text Example


Text Example

White with #03756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03756F; }

 p { color: rgb(3,117,111); }

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

background-color css

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

 a { background-color: rgb(3,117,111); }

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

border-color css

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

 span { border-color: rgb(3,117,111); }

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