Html Css Color HEX #038D3D Pigment Green

📋 copy color: '#038D3D'

red 3 ◦ green 141 ◦ blue 61

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

Shades of Pigment Green #038D3D

Tints of Pigment Green #038D3D

RGB

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

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

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

R = 1.46%
G = 68.78%
B = 29.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#038D3D (or 0x038D3D) is known color: Pigment Green. HEX triplet: 03, 8D and 3D. RGB value is (3,141,61). Sum of RGB (Red+Green+Blue) = 3+141+61=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 141 (55.47% from 255 or 68.78% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 141 - color contains mainly: green. Hex color #038D3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038D3D is #FC72C2. Grayscale: #5A5A5A. Windows color (decimal): -16544451 or 4033795. OLE color: 4033795.

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

Color convert

RGB 3 141 61 -
CMYK 0.98 0 0.57 0.45
HSL 145.22º 0.96% 0.28% -
HSV(B) 145.22º 0.98% 0.55% -
XYZ 10.4 19.41 7.61 -
YUV 90.62 111.28 65.5 -
System Red Green Blue C M Y K H S L
Decimal 3 141 61 0.98 0 0.57 0.45 145.22 0.96 0.28
Hex 3 8D 3D 62 0 39 2D 91 60 1C
Octal 3 215 75 142 0 71 55 221 140 34
Binary 11 10001101 111101 1100010 0 111001 101101 10010001 1100000 11100

Color Harmonies of #038D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D3D

Black with #038D3D

Text Example


Text Example

White with #038D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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