Html Css Color HEX #038E3D Pigment Green

📋 copy color: '#038E3D'

red 3 ◦ green 142 ◦ blue 61

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

Shades of Pigment Green #038E3D

Tints of Pigment Green #038E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.61%

R = 1.46%
G = 68.93%
B = 29.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#038E3D (or 0x038E3D) is known color: Pigment Green. HEX triplet: 03, 8E and 3D. RGB value is (3,142,61). Sum of RGB (Red+Green+Blue) = 3+142+61=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 142 (55.86% from 255 or 68.93% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 142 - color contains mainly: green. Hex color #038E3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038E3D is #FC71C2. Grayscale: #5B5B5B. Windows color (decimal): -16544195 or 4034051. OLE color: 4034051.

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

Color convert

RGB 3 142 61 -
CMYK 0.98 0 0.57 0.44
HSL 145.04º 0.96% 0.28% -
HSV(B) 145.04º 0.98% 0.56% -
XYZ 10.55 19.7 7.66 -
YUV 91.21 110.95 65.09 -
System Red Green Blue C M Y K H S L
Decimal 3 142 61 0.98 0 0.57 0.44 145.04 0.96 0.28
Hex 3 8E 3D 62 0 39 2C 91 60 1C
Octal 3 216 75 142 0 71 54 221 140 34
Binary 11 10001110 111101 1100010 0 111001 101100 10010001 1100000 11100

Color Harmonies of #038E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038E3D

Black with #038E3D

Text Example


Text Example

White with #038E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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