Html Css Color HEX #038E49 Pigment Green

📋 copy color: '#038E49'

red 3 ◦ green 142 ◦ blue 73

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

Shades of Pigment Green #038E49

Tints of Pigment Green #038E49

RGB

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

 GREEN value IS 142 (55.86% from 255) = 65.14%

 BLUE value IS 73 (28.91% from 255) = 33.49%

R = 1.38%
G = 65.14%
B = 33.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#038E49 (or 0x038E49) is known color: Pigment Green. HEX triplet: 03, 8E and 49. RGB value is (3,142,73). Sum of RGB (Red+Green+Blue) = 3+142+73=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 142 (55.86% from 255 or 65.14% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 142 - color contains mainly: green. Hex color #038E49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038E49 is #FC71B6. Grayscale: #5C5C5C. Windows color (decimal): -16544183 or 4820483. OLE color: 4820483.

HSL color Cylindrical-coordinate representation of color #038E49: hue angle of 150.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038E49 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 142 73 -
CMYK 0.98 0 0.49 0.44
HSL 150.22º 0.96% 0.28% -
HSV(B) 150.22º 0.98% 0.56% -
XYZ 10.91 19.85 9.56 -
YUV 92.57 116.95 64.11 -
System Red Green Blue C M Y K H S L
Decimal 3 142 73 0.98 0 0.49 0.44 150.22 0.96 0.28
Hex 3 8E 49 62 0 31 2C 96 60 1C
Octal 3 216 111 142 0 61 54 226 140 34
Binary 11 10001110 1001001 1100010 0 110001 101100 10010110 1100000 11100

Color Harmonies of #038E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038E49

Black with #038E49

Text Example


Text Example

White with #038E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038E49; }

 p { color: rgb(3,142,73); }

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

background-color css

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

 a { background-color: rgb(3,142,73); }

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

border-color css

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

 span { border-color: rgb(3,142,73); }

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