Html Css Color HEX #009E2A Dark Pastel Green

📋 copy color: '#009E2A'

red 0 ◦ green 158 ◦ blue 42

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

Shades of Dark Pastel Green #009E2A

Tints of Dark Pastel Green #009E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21%

R = 0%
G = 79%
B = 21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#009E2A (or 0x009E2A) is known color: Dark Pastel Green. HEX triplet: 00, 9E and 2A. RGB value is (0,158,42). Sum of RGB (Red+Green+Blue) = 0+158+42=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 158 (62.11% from 255 or 79% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 158 - color contains mainly: green. Hex color #009E2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009E2A is #FF61D5. Grayscale: #616161. Windows color (decimal): -16736726 or 2792960. OLE color: 2792960.

HSL color Cylindrical-coordinate representation of color #009E2A: hue angle of 135.95º 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 #009E2A is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 158 42 -
CMYK 1 0 0.73 0.38
HSL 135.95º 1% 0.31% -
HSV(B) 135.95º 1% 0.62% -
XYZ 12.64 24.62 6.28 -
YUV 97.53 96.65 58.43 -
System Red Green Blue C M Y K H S L
Decimal 0 158 42 1 0 0.73 0.38 135.95 1 0.31
Hex 0 9E 2A 64 0 49 26 88 64 1F
Octal 0 236 52 144 0 111 46 210 144 37
Binary 0 10011110 101010 1100100 0 1001001 100110 10001000 1100100 11111

Color Harmonies of #009E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009E2A

Black with #009E2A

Text Example


Text Example

White with #009E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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