Html Css Color HEX #019A2B Dark Pastel Green

📋 copy color: '#019A2B'

red 1 ◦ green 154 ◦ blue 43

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

Shades of Dark Pastel Green #019A2B

Tints of Dark Pastel Green #019A2B

RGB

 RED value IS 1 (0.78% from 255) = 0.51%

 GREEN value IS 154 (60.55% from 255) = 77.78%

 BLUE value IS 43 (17.19% from 255) = 21.72%

R = 0.51%
G = 77.78%
B = 21.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#019A2B (or 0x019A2B) is known color: Dark Pastel Green. HEX triplet: 01, 9A and 2B. RGB value is (1,154,43). Sum of RGB (Red+Green+Blue) = 1+154+43=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 154 (60.55% from 255 or 77.78% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 154 - color contains mainly: green. Hex color #019A2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019A2B is #FE65D4. Grayscale: #5F5F5F. Windows color (decimal): -16672213 or 2857473. OLE color: 2857473.

HSL color Cylindrical-coordinate representation of color #019A2B: hue angle of 136.47º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019A2B is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 154 43 -
CMYK 0.99 0 0.72 0.40
HSL 136.47º 0.99% 0.3% -
HSV(B) 136.47º 0.99% 0.6% -
XYZ 12 23.29 6.15 -
YUV 95.6 98.31 60.53 -
System Red Green Blue C M Y K H S L
Decimal 1 154 43 0.99 0 0.72 0.40 136.47 0.99 0.3
Hex 1 9A 2B 63 0 48 28 88 63 1E
Octal 1 232 53 143 0 110 50 210 143 36
Binary 1 10011010 101011 1100011 0 1001000 101000 10001000 1100011 11110

Color Harmonies of #019A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019A2B

Black with #019A2B

Text Example


Text Example

White with #019A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019A2B; }

 p { color: rgb(1,154,43); }

 H1.HeaderClassName
 {
   color: #019A2B;
 }
 .AnyTagClassName
 {
   color: #019A2B;
 }
</style>

background-color css

<style>
 a { background-color: #019A2B; }

 a { background-color: rgb(1,154,43); }

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

border-color css

<style>
 span { border-color: #019A2B; }

 span { border-color: rgb(1,154,43); }

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