Html Css Color HEX #02826C Pine Green

📋 copy color: '#02826C'

red 2 ◦ green 130 ◦ blue 108

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

Shades of Pine Green #02826C

Tints of Pine Green #02826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45%

R = 0.83%
G = 54.17%
B = 45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#02826C (or 0x02826C) is known color: Pine Green. HEX triplet: 02, 82 and 6C. RGB value is (2,130,108). Sum of RGB (Red+Green+Blue) = 2+130+108=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #02826C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02826C is #FD7D93. Grayscale: #595959. Windows color (decimal): -16612756 or 7111170. OLE color: 7111170.

HSL color Cylindrical-coordinate representation of color #02826C: hue angle of 169.69º 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 #02826C is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 130 108 -
CMYK 0.98 0 0.17 0.49
HSL 169.69º 0.97% 0.26% -
HSV(B) 169.69º 0.98% 0.51% -
XYZ 10.71 17.06 16.92 -
YUV 89.22 138.59 65.79 -
System Red Green Blue C M Y K H S L
Decimal 2 130 108 0.98 0 0.17 0.49 169.69 0.97 0.26
Hex 2 82 6C 62 0 11 31 AA 61 1A
Octal 2 202 154 142 0 21 61 252 141 32
Binary 10 10000010 1101100 1100010 0 10001 110001 10101010 1100001 11010

Color Harmonies of #02826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02826C

Black with #02826C

Text Example


Text Example

White with #02826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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