Html Css Color HEX #019C2C Dark Pastel Green

📋 copy color: '#019C2C'

red 1 ◦ green 156 ◦ blue 44

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

Shades of Dark Pastel Green #019C2C

Tints of Dark Pastel Green #019C2C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 77.61%

 BLUE value IS 44 (17.58% from 255) = 21.89%

R = 0.5%
G = 77.61%
B = 21.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#019C2C (or 0x019C2C) is known color: Dark Pastel Green. HEX triplet: 01, 9C and 2C. RGB value is (1,156,44). Sum of RGB (Red+Green+Blue) = 1+156+44=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 156 (61.33% from 255 or 77.61% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 156 - color contains mainly: green. Hex color #019C2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019C2C is #FE63D3. Grayscale: #616161. Windows color (decimal): -16671700 or 2923521. OLE color: 2923521.

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

Color convert

RGB 1 156 44 -
CMYK 0.99 0 0.72 0.39
HSL 136.65º 0.99% 0.31% -
HSV(B) 136.65º 0.99% 0.61% -
XYZ 12.36 23.97 6.36 -
YUV 96.89 98.15 59.61 -
System Red Green Blue C M Y K H S L
Decimal 1 156 44 0.99 0 0.72 0.39 136.65 0.99 0.31
Hex 1 9C 2C 63 0 48 27 89 63 1F
Octal 1 234 54 143 0 110 47 211 143 37
Binary 1 10011100 101100 1100011 0 1001000 100111 10001001 1100011 11111

Color Harmonies of #019C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019C2C

Black with #019C2C

Text Example


Text Example

White with #019C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,156,44); }

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

background-color css

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

 a { background-color: rgb(1,156,44); }

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

border-color css

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

 span { border-color: rgb(1,156,44); }

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