Html Css Color HEX #037269 Pine Green

📋 copy color: '#037269'

red 3 ◦ green 114 ◦ blue 105

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

Shades of Pine Green #037269

Tints of Pine Green #037269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.35%

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

R = 1.35%
G = 51.35%
B = 47.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#037269 (or 0x037269) is known color: Pine Green. HEX triplet: 03, 72 and 69. RGB value is (3,114,105). Sum of RGB (Red+Green+Blue) = 3+114+105=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #037269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037269 is #FC8D96. Grayscale: #4F4F4F. Windows color (decimal): -16551319 or 6910467. OLE color: 6910467.

HSL color Cylindrical-coordinate representation of color #037269: hue angle of 175.14º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037269 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 114 105 -
CMYK 0.97 0 0.08 0.55
HSL 175.14º 0.95% 0.23% -
HSV(B) 175.14º 0.97% 0.45% -
XYZ 8.6 13.07 15.43 -
YUV 79.79 142.23 73.23 -
System Red Green Blue C M Y K H S L
Decimal 3 114 105 0.97 0 0.08 0.55 175.14 0.95 0.23
Hex 3 72 69 61 0 8 37 AF 5F 17
Octal 3 162 151 141 0 10 67 257 137 27
Binary 11 1110010 1101001 1100001 0 1000 110111 10101111 1011111 10111

Color Harmonies of #037269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037269

Black with #037269

Text Example


Text Example

White with #037269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037269; }

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

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

background-color css

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

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

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

border-color css

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

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

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