Html Css Color HEX #037D6A Pine Green

📋 copy color: '#037D6A'

red 3 ◦ green 125 ◦ blue 106

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

Shades of Pine Green #037D6A

Tints of Pine Green #037D6A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 53.42%

 BLUE value IS 106 (41.8% from 255) = 45.3%

R = 1.28%
G = 53.42%
B = 45.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#037D6A (or 0x037D6A) is known color: Pine Green. HEX triplet: 03, 7D and 6A. RGB value is (3,125,106). Sum of RGB (Red+Green+Blue) = 3+125+106=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 125 (49.22% from 255 or 53.42% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 125 - color contains mainly: green. Hex color #037D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037D6A is #FC8295. Grayscale: #565656. Windows color (decimal): -16548502 or 6978819. OLE color: 6978819.

HSL color Cylindrical-coordinate representation of color #037D6A: hue angle of 170.66º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037D6A is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 125 106 -
CMYK 0.98 0 0.15 0.51
HSL 170.66º 0.95% 0.25% -
HSV(B) 170.66º 0.98% 0.49% -
XYZ 9.97 15.73 16.15 -
YUV 86.36 139.08 68.54 -
System Red Green Blue C M Y K H S L
Decimal 3 125 106 0.98 0 0.15 0.51 170.66 0.95 0.25
Hex 3 7D 6A 62 0 F 33 AB 5F 19
Octal 3 175 152 142 0 17 63 253 137 31
Binary 11 1111101 1101010 1100010 0 1111 110011 10101011 1011111 11001

Color Harmonies of #037D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037D6A

Black with #037D6A

Text Example


Text Example

White with #037D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037D6A; }

 p { color: rgb(3,125,106); }

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

background-color css

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

 a { background-color: rgb(3,125,106); }

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

border-color css

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

 span { border-color: rgb(3,125,106); }

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