Html Css Color HEX #027369 Pine Green

📋 copy color: '#027369'

red 2 ◦ green 115 ◦ blue 105

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

Shades of Pine Green #027369

Tints of Pine Green #027369

RGB

 RED value IS 2 (1.17% from 255) = 0.9%

 GREEN value IS 115 (45.31% from 255) = 51.8%

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

R = 0.9%
G = 51.8%
B = 47.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#027369 (or 0x027369) is known color: Pine Green. HEX triplet: 02, 73 and 69. RGB value is (2,115,105). Sum of RGB (Red+Green+Blue) = 2+115+105=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #027369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027369 is #FD8C96. Grayscale: #4F4F4F. Windows color (decimal): -16616599 or 6910722. OLE color: 6910722.

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

Color convert

RGB 2 115 105 -
CMYK 0.98 0 0.09 0.55
HSL 174.69º 0.97% 0.23% -
HSV(B) 174.69º 0.98% 0.45% -
XYZ 8.71 13.29 15.47 -
YUV 80.07 142.06 72.31 -
System Red Green Blue C M Y K H S L
Decimal 2 115 105 0.98 0 0.09 0.55 174.69 0.97 0.23
Hex 2 73 69 62 0 9 37 AF 61 17
Octal 2 163 151 142 0 11 67 257 141 27
Binary 10 1110011 1101001 1100010 0 1001 110111 10101111 1100001 10111

Color Harmonies of #027369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027369

Black with #027369

Text Example


Text Example

White with #027369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027369; }

 p { color: rgb(2,115,105); }

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

background-color css

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

 a { background-color: rgb(2,115,105); }

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

border-color css

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

 span { border-color: rgb(2,115,105); }

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