Html Css Color HEX #03826D Pine Green

📋 copy color: '#03826D'

red 3 ◦ green 130 ◦ blue 109

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

Shades of Pine Green #03826D

Tints of Pine Green #03826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.04%

R = 1.24%
G = 53.72%
B = 45.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#03826D (or 0x03826D) is known color: Pine Green. HEX triplet: 03, 82 and 6D. RGB value is (3,130,109). Sum of RGB (Red+Green+Blue) = 3+130+109=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #03826D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03826D is #FC7D92. Grayscale: #595959. Windows color (decimal): -16547219 or 7176707. OLE color: 7176707.

HSL color Cylindrical-coordinate representation of color #03826D: hue angle of 170.08º degrees, saturation: 0.95, 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 #03826D is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 130 109 -
CMYK 0.98 0 0.16 0.49
HSL 170.08º 0.95% 0.26% -
HSV(B) 170.08º 0.98% 0.51% -
XYZ 10.78 17.09 17.2 -
YUV 89.63 138.92 66.21 -
System Red Green Blue C M Y K H S L
Decimal 3 130 109 0.98 0 0.16 0.49 170.08 0.95 0.26
Hex 3 82 6D 62 0 10 31 AA 5F 1A
Octal 3 202 155 142 0 20 61 252 137 32
Binary 11 10000010 1101101 1100010 0 10000 110001 10101010 1011111 11010

Color Harmonies of #03826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03826D

Black with #03826D

Text Example


Text Example

White with #03826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03826D; }

 p { color: rgb(3,130,109); }

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

background-color css

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

 a { background-color: rgb(3,130,109); }

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

border-color css

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

 span { border-color: rgb(3,130,109); }

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