Html Css Color HEX #038D4A Pigment Green

📋 copy color: '#038D4A'

red 3 ◦ green 141 ◦ blue 74

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

Shades of Pigment Green #038D4A

Tints of Pigment Green #038D4A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 64.68%

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 1.38%
G = 64.68%
B = 33.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#038D4A (or 0x038D4A) is known color: Pigment Green. HEX triplet: 03, 8D and 4A. RGB value is (3,141,74). Sum of RGB (Red+Green+Blue) = 3+141+74=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 141 (55.47% from 255 or 64.68% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 141 - color contains mainly: green. Hex color #038D4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038D4A is #FC72B5. Grayscale: #5C5C5C. Windows color (decimal): -16544438 or 4885763. OLE color: 4885763.

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

Color convert

RGB 3 141 74 -
CMYK 0.98 0 0.48 0.45
HSL 150.87º 0.96% 0.28% -
HSV(B) 150.87º 0.98% 0.55% -
XYZ 10.8 19.56 9.69 -
YUV 92.1 117.78 64.45 -
System Red Green Blue C M Y K H S L
Decimal 3 141 74 0.98 0 0.48 0.45 150.87 0.96 0.28
Hex 3 8D 4A 62 0 30 2D 97 60 1C
Octal 3 215 112 142 0 60 55 227 140 34
Binary 11 10001101 1001010 1100010 0 110000 101101 10010111 1100000 11100

Color Harmonies of #038D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D4A

Black with #038D4A

Text Example


Text Example

White with #038D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,141,74); }

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

background-color css

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

 a { background-color: rgb(3,141,74); }

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

border-color css

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

 span { border-color: rgb(3,141,74); }

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