Html Css Color HEX #03826A Pine Green

📋 copy color: '#03826A'

red 3 ◦ green 130 ◦ blue 106

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

Shades of Pine Green #03826A

Tints of Pine Green #03826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.35%

R = 1.26%
G = 54.39%
B = 44.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#03826A (or 0x03826A) is known color: Pine Green. HEX triplet: 03, 82 and 6A. RGB value is (3,130,106). Sum of RGB (Red+Green+Blue) = 3+130+106=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #03826A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03826A is #FC7D95. Grayscale: #595959. Windows color (decimal): -16547222 or 6980099. OLE color: 6980099.

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

Color convert

RGB 3 130 106 -
CMYK 0.98 0 0.18 0.49
HSL 168.66º 0.95% 0.26% -
HSV(B) 168.66º 0.98% 0.51% -
XYZ 10.62 17.03 16.36 -
YUV 89.29 137.42 66.45 -
System Red Green Blue C M Y K H S L
Decimal 3 130 106 0.98 0 0.18 0.49 168.66 0.95 0.26
Hex 3 82 6A 62 0 12 31 A9 5F 1A
Octal 3 202 152 142 0 22 61 251 137 32
Binary 11 10000010 1101010 1100010 0 10010 110001 10101001 1011111 11010

Color Harmonies of #03826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03826A

Black with #03826A

Text Example


Text Example

White with #03826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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