Html Css Color HEX #038E3A Pigment Green

📋 copy color: '#038E3A'

red 3 ◦ green 142 ◦ blue 58

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

Shades of Pigment Green #038E3A

Tints of Pigment Green #038E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 1.48%
G = 69.95%
B = 28.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.44

RGB Variations

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

Color information

#038E3A (or 0x038E3A) is known color: Pigment Green. HEX triplet: 03, 8E and 3A. RGB value is (3,142,58). Sum of RGB (Red+Green+Blue) = 3+142+58=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 142 (55.86% from 255 or 69.95% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 142 - color contains mainly: green. Hex color #038E3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038E3A is #FC71C5. Grayscale: #5B5B5B. Windows color (decimal): -16544198 or 3837443. OLE color: 3837443.

HSL color Cylindrical-coordinate representation of color #038E3A: hue angle of 143.74º 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 #038E3A is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 142 58 -
CMYK 0.98 0 0.59 0.44
HSL 143.74º 0.96% 0.28% -
HSV(B) 143.74º 0.98% 0.56% -
XYZ 10.47 19.67 7.25 -
YUV 90.86 109.45 65.33 -
System Red Green Blue C M Y K H S L
Decimal 3 142 58 0.98 0 0.59 0.44 143.74 0.96 0.28
Hex 3 8E 3A 62 0 3B 2C 90 60 1C
Octal 3 216 72 142 0 73 54 220 140 34
Binary 11 10001110 111010 1100010 0 111011 101100 10010000 1100000 11100

Color Harmonies of #038E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038E3A

Black with #038E3A

Text Example


Text Example

White with #038E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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