#038C3B

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

Shades of Pigment Green #038C3B

Tints of Pigment Green #038C3B

Color information

#038C3B (or 0x038C3B) is unknown color: approx Pigment Green. HEX triplet: 03, 8C and 3B. RGB value is (3,140,59). Sum of RGB (Red+Green+Blue) = 3+140+59=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 140 (55.08% from 255 or 69.31% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 140 - color contains mainly: green. Hex color #038C3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038C3B is #FC73C4. Grayscale: #595959. Windows color (decimal): -16544709 or 3902467. OLE color: 3902467.

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

Color convert

RGB314059-
CMYK0.9800.580.45
HSL144.53º95.8%28.04%-
HSV(B)144.53º97.86%54.9%-
XYZ10.2119.097.28-
YUV89.8110.6166.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 140 (55.08% from 255) = 69.31%
BLUE value IS 59 (23.44% from 255) = 29.21%
R=1.49%
G=69.31%
B=29.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3140590.9800.580.45144.5395.828.04
Hex38C3B6203A2D91601c
Octal3214731420725522114034
Binary11100011001110111100010011101010110110010001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,140,59); }

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

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

 a { background-color: rgb(3,140,59); }

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

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

 span { border-color: rgb(3,140,59); }

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