Html Css Color HEX #038D32 Pigment Green

📋 copy color: '#038D32'

red 3 ◦ green 141 ◦ blue 50

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

Shades of Pigment Green #038D32

Tints of Pigment Green #038D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25.77%

R = 1.55%
G = 72.68%
B = 25.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#038D32 (or 0x038D32) is known color: Pigment Green. HEX triplet: 03, 8D and 32. RGB value is (3,141,50). Sum of RGB (Red+Green+Blue) = 3+141+50=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 141 (55.47% from 255 or 72.68% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 141 - color contains mainly: green. Hex color #038D32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038D32 is #FC72CD. Grayscale: #595959. Windows color (decimal): -16544462 or 3312899. OLE color: 3312899.

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

Color convert

RGB 3 141 50 -
CMYK 0.98 0 0.65 0.45
HSL 140.43º 0.96% 0.28% -
HSV(B) 140.43º 0.98% 0.55% -
XYZ 10.14 19.3 6.21 -
YUV 89.36 105.78 66.4 -
System Red Green Blue C M Y K H S L
Decimal 3 141 50 0.98 0 0.65 0.45 140.43 0.96 0.28
Hex 3 8D 32 62 0 41 2D 8C 60 1C
Octal 3 215 62 142 0 101 55 214 140 34
Binary 11 10001101 110010 1100010 0 1000001 101101 10001100 1100000 11100

Color Harmonies of #038D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D32

Black with #038D32

Text Example


Text Example

White with #038D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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