#039B2B

Color #039B2B Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #039B2B

Tints of Dark Pastel Green #039B2B

Color information

#039B2B (or 0x039B2B) is unknown color: approx Dark Pastel Green. HEX triplet: 03, 9B and 2B. RGB value is (3,155,43). Sum of RGB (Red+Green+Blue) = 3+155+43=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 155 (60.94% from 255 or 77.11% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 155 - color contains mainly: green. Hex color #039B2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039B2B is #FC64D4. Grayscale: #616161. Windows color (decimal): -16540885 or 2857731. OLE color: 2857731.

HSL color Cylindrical-coordinate representation of color #039B2B: hue angle of 135.79º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039B2B is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB315543-
CMYK0.9800.720.39
HSL135.79º96.2%30.98%-
HSV(B)135.79º98.06%60.78%-
XYZ12.1923.646.21-
YUV96.7897.6461.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 155 (60.94% from 255) = 77.11%
BLUE value IS 43 (17.19% from 255) = 21.39%
R=1.49%
G=77.11%
B=21.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3155430.9800.720.39135.7996.230.98
Hex39B2B620482788601f
Octal32335314201104721014037
Binary111001101110101111000100100100010011110001000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039B2B; }

 p { color: rgb(3,155,43); }

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

<style>
 a { background-color: #039B2B; }

 a { background-color: rgb(3,155,43); }

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

<style>
 span { border-color: #039B2B; }

 span { border-color: rgb(3,155,43); }

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