Html Css Color HEX #038E3E Pigment Green

📋 copy color: '#038E3E'

red 3 ◦ green 142 ◦ blue 62

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

Shades of Pigment Green #038E3E

Tints of Pigment Green #038E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.95%

R = 1.45%
G = 68.6%
B = 29.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#038E3E (or 0x038E3E) is known color: Pigment Green. HEX triplet: 03, 8E and 3E. RGB value is (3,142,62). Sum of RGB (Red+Green+Blue) = 3+142+62=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 142 (55.86% from 255 or 68.60% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 142 - color contains mainly: green. Hex color #038E3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038E3E is #FC71C1. Grayscale: #5B5B5B. Windows color (decimal): -16544194 or 4099587. OLE color: 4099587.

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

Color convert

RGB 3 142 62 -
CMYK 0.98 0 0.56 0.44
HSL 145.47º 0.96% 0.28% -
HSV(B) 145.47º 0.98% 0.56% -
XYZ 10.58 19.71 7.8 -
YUV 91.32 111.45 65 -
System Red Green Blue C M Y K H S L
Decimal 3 142 62 0.98 0 0.56 0.44 145.47 0.96 0.28
Hex 3 8E 3E 62 0 38 2C 91 60 1C
Octal 3 216 76 142 0 70 54 221 140 34
Binary 11 10001110 111110 1100010 0 111000 101100 10010001 1100000 11100

Color Harmonies of #038E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038E3E

Black with #038E3E

Text Example


Text Example

White with #038E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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