Html Css Color HEX #03826C Pine Green

📋 copy color: '#03826C'

red 3 ◦ green 130 ◦ blue 108

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

Shades of Pine Green #03826C

Tints of Pine Green #03826C

RGB

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

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

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

R = 1.24%
G = 53.94%
B = 44.81%

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

#03826C (or 0x03826C) is known color: Pine Green. HEX triplet: 03, 82 and 6C. RGB value is (3,130,108). Sum of RGB (Red+Green+Blue) = 3+130+108=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #03826C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03826C is #FC7D93. Grayscale: #595959. Windows color (decimal): -16547220 or 7111171. OLE color: 7111171.

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

Color convert

RGB 3 130 108 -
CMYK 0.98 0 0.17 0.49
HSL 169.61º 0.95% 0.26% -
HSV(B) 169.61º 0.98% 0.51% -
XYZ 10.73 17.07 16.92 -
YUV 89.52 138.42 66.29 -
System Red Green Blue C M Y K H S L
Decimal 3 130 108 0.98 0 0.17 0.49 169.61 0.95 0.26
Hex 3 82 6C 62 0 11 31 AA 5F 1A
Octal 3 202 154 142 0 21 61 252 137 32
Binary 11 10000010 1101100 1100010 0 10001 110001 10101010 1011111 11010

Color Harmonies of #03826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03826C

Black with #03826C

Text Example


Text Example

White with #03826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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