Html Css Color HEX #009E2E Dark Pastel Green

📋 copy color: '#009E2E'

red 0 ◦ green 158 ◦ blue 46

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

Shades of Dark Pastel Green #009E2E

Tints of Dark Pastel Green #009E2E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 158 (62.11% from 255) = 77.45%

 BLUE value IS 46 (18.36% from 255) = 22.55%

R = 0%
G = 77.45%
B = 22.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#009E2E (or 0x009E2E) is known color: Dark Pastel Green. HEX triplet: 00, 9E and 2E. RGB value is (0,158,46). Sum of RGB (Red+Green+Blue) = 0+158+46=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 158 (62.11% from 255 or 77.45% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 158 - color contains mainly: green. Hex color #009E2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009E2E is #FF61D1. Grayscale: #626262. Windows color (decimal): -16736722 or 3055104. OLE color: 3055104.

HSL color Cylindrical-coordinate representation of color #009E2E: hue angle of 137.47º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009E2E is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 158 46 -
CMYK 1 0 0.71 0.38
HSL 137.47º 1% 0.31% -
HSV(B) 137.47º 1% 0.62% -
XYZ 12.72 24.65 6.67 -
YUV 97.99 98.65 58.11 -
System Red Green Blue C M Y K H S L
Decimal 0 158 46 1 0 0.71 0.38 137.47 1 0.31
Hex 0 9E 2E 64 0 47 26 89 64 1F
Octal 0 236 56 144 0 107 46 211 144 37
Binary 0 10011110 101110 1100100 0 1000111 100110 10001001 1100100 11111

Color Harmonies of #009E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009E2E

Black with #009E2E

Text Example


Text Example

White with #009E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009E2E; }

 p { color: rgb(0,158,46); }

 H1.HeaderClassName
 {
   color: #009E2E;
 }
 .AnyTagClassName
 {
   color: #009E2E;
 }
</style>

background-color css

<style>
 a { background-color: #009E2E; }

 a { background-color: rgb(0,158,46); }

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

border-color css

<style>
 span { border-color: #009E2E; }

 span { border-color: rgb(0,158,46); }

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