Html Css Color HEX #02826F Pine Green

📋 copy color: '#02826F'

red 2 ◦ green 130 ◦ blue 111

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

Shades of Pine Green #02826F

Tints of Pine Green #02826F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.5%

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

R = 0.82%
G = 53.5%
B = 45.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#02826F (or 0x02826F) is known color: Pine Green. HEX triplet: 02, 82 and 6F. RGB value is (2,130,111). Sum of RGB (Red+Green+Blue) = 2+130+111=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #02826F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02826F is #FD7D90. Grayscale: #595959. Windows color (decimal): -16612753 or 7307778. OLE color: 7307778.

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

Color convert

RGB 2 130 111 -
CMYK 0.98 0 0.15 0.49
HSL 171.09º 0.97% 0.26% -
HSV(B) 171.09º 0.98% 0.51% -
XYZ 10.88 17.13 17.77 -
YUV 89.56 140.09 65.54 -
System Red Green Blue C M Y K H S L
Decimal 2 130 111 0.98 0 0.15 0.49 171.09 0.97 0.26
Hex 2 82 6F 62 0 F 31 AB 61 1A
Octal 2 202 157 142 0 17 61 253 141 32
Binary 10 10000010 1101111 1100010 0 1111 110001 10101011 1100001 11010

Color Harmonies of #02826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02826F

Black with #02826F

Text Example


Text Example

White with #02826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,130,111); }

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

background-color css

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

 a { background-color: rgb(2,130,111); }

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

border-color css

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

 span { border-color: rgb(2,130,111); }

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