#038D33

Color #038D33 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #038D33

Tints of Pigment Green #038D33

Color information

#038D33 (or 0x038D33) is unknown color: approx Pigment Green. HEX triplet: 03, 8D and 33. RGB value is (3,141,51). Sum of RGB (Red+Green+Blue) = 3+141+51=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 141 (55.47% from 255 or 72.31% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 141 - color contains mainly: green. Hex color #038D33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038D33 is #FC72CC. Grayscale: #595959. Windows color (decimal): -16544461 or 3378435. OLE color: 3378435.

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

Color convert

RGB314151-
CMYK0.9800.640.45
HSL140.87º95.83%28.24%-
HSV(B)140.87º97.87%55.29%-
XYZ10.1619.316.32-
YUV89.48106.2866.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 141 (55.47% from 255) = 72.31%
BLUE value IS 51 (20.31% from 255) = 26.15%
R=1.54%
G=72.31%
B=26.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3141510.9800.640.45140.8795.8328.24
Hex38D33620402D8d601c
Octal32156314201005521514034
Binary111000110111001111000100100000010110110001101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #038D33;
 }
 .AnyTagClassName
 {
   color: #038D33;
 }
</style>
background-color css

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

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

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

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

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

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