Html Css Color HEX #038372 Pine Green

📋 copy color: '#038372'

red 3 ◦ green 131 ◦ blue 114

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

Shades of Pine Green #038372

Tints of Pine Green #038372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.82%

 BLUE value IS 114 (44.92% from 255) = 45.97%

R = 1.21%
G = 52.82%
B = 45.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#038372 (or 0x038372) is known color: Pine Green. HEX triplet: 03, 83 and 72. RGB value is (3,131,114). Sum of RGB (Red+Green+Blue) = 3+131+114=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #038372 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038372 is #FC7C8D. Grayscale: #5A5A5A. Windows color (decimal): -16546958 or 7504643. OLE color: 7504643.

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

Color convert

RGB 3 131 114 -
CMYK 0.98 0 0.13 0.49
HSL 172.03º 0.96% 0.26% -
HSV(B) 172.03º 0.98% 0.51% -
XYZ 11.19 17.47 18.7 -
YUV 90.79 141.09 65.38 -
System Red Green Blue C M Y K H S L
Decimal 3 131 114 0.98 0 0.13 0.49 172.03 0.96 0.26
Hex 3 83 72 62 0 D 31 AC 60 1A
Octal 3 203 162 142 0 15 61 254 140 32
Binary 11 10000011 1110010 1100010 0 1101 110001 10101100 1100000 11010

Color Harmonies of #038372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038372

Black with #038372

Text Example


Text Example

White with #038372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038372; }

 p { color: rgb(3,131,114); }

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

background-color css

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

 a { background-color: rgb(3,131,114); }

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

border-color css

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

 span { border-color: rgb(3,131,114); }

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