Html Css Color HEX #039B2D Dark Pastel Green

📋 copy color: '#039B2D'

red 3 ◦ green 155 ◦ blue 45

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

Shades of Dark Pastel Green #039B2D

Tints of Dark Pastel Green #039B2D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 76.35%

 BLUE value IS 45 (17.97% from 255) = 22.17%

R = 1.48%
G = 76.35%
B = 22.17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#039B2D (or 0x039B2D) is known color: Dark Pastel Green. HEX triplet: 03, 9B and 2D. RGB value is (3,155,45). Sum of RGB (Red+Green+Blue) = 3+155+45=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 155 (60.94% from 255 or 76.35% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 155 - color contains mainly: green. Hex color #039B2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039B2D is #FC64D2. Grayscale: #616161. Windows color (decimal): -16540883 or 2988803. OLE color: 2988803.

HSL color Cylindrical-coordinate representation of color #039B2D: hue angle of 136.58º 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 #039B2D is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 155 45 -
CMYK 0.98 0 0.71 0.39
HSL 136.58º 0.96% 0.31% -
HSV(B) 136.58º 0.98% 0.61% -
XYZ 12.23 23.65 6.4 -
YUV 97.01 98.64 60.94 -
System Red Green Blue C M Y K H S L
Decimal 3 155 45 0.98 0 0.71 0.39 136.58 0.96 0.31
Hex 3 9B 2D 62 0 47 27 89 60 1F
Octal 3 233 55 142 0 107 47 211 140 37
Binary 11 10011011 101101 1100010 0 1000111 100111 10001001 1100000 11111

Color Harmonies of #039B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039B2D

Black with #039B2D

Text Example


Text Example

White with #039B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #039B2D;
 }
 .AnyTagClassName
 {
   color: #039B2D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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