Html Css Color HEX #03826E Pine Green

📋 copy color: '#03826E'

red 3 ◦ green 130 ◦ blue 110

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

Shades of Pine Green #03826E

Tints of Pine Green #03826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.27%

R = 1.23%
G = 53.5%
B = 45.27%

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

#03826E (or 0x03826E) is known color: Pine Green. HEX triplet: 03, 82 and 6E. RGB value is (3,130,110). Sum of RGB (Red+Green+Blue) = 3+130+110=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #03826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03826E is #FC7D91. Grayscale: #595959. Windows color (decimal): -16547218 or 7242243. OLE color: 7242243.

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

Color convert

RGB 3 130 110 -
CMYK 0.98 0 0.15 0.49
HSL 170.55º 0.95% 0.26% -
HSV(B) 170.55º 0.98% 0.51% -
XYZ 10.83 17.11 17.48 -
YUV 89.75 139.42 66.13 -
System Red Green Blue C M Y K H S L
Decimal 3 130 110 0.98 0 0.15 0.49 170.55 0.95 0.26
Hex 3 82 6E 62 0 F 31 AB 5F 1A
Octal 3 202 156 142 0 17 61 253 137 32
Binary 11 10000010 1101110 1100010 0 1111 110001 10101011 1011111 11010

Color Harmonies of #03826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03826E

Black with #03826E

Text Example


Text Example

White with #03826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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