Html Css Color HEX #019B2B Dark Pastel Green

📋 copy color: '#019B2B'

red 1 ◦ green 155 ◦ blue 43

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

Shades of Dark Pastel Green #019B2B

Tints of Dark Pastel Green #019B2B

RGB

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

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

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

R = 0.5%
G = 77.89%
B = 21.61%

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

#019B2B (or 0x019B2B) is known color: Dark Pastel Green. HEX triplet: 01, 9B and 2B. RGB value is (1,155,43). Sum of RGB (Red+Green+Blue) = 1+155+43=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 155 (60.94% from 255 or 77.89% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 155 - color contains mainly: green. Hex color #019B2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019B2B is #FE64D4. Grayscale: #606060. Windows color (decimal): -16671957 or 2857729. OLE color: 2857729.

HSL color Cylindrical-coordinate representation of color #019B2B: hue angle of 136.36º 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 #019B2B is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 155 43 -
CMYK 0.99 0 0.72 0.39
HSL 136.36º 0.99% 0.31% -
HSV(B) 136.36º 0.99% 0.61% -
XYZ 12.17 23.62 6.2 -
YUV 96.19 97.98 60.11 -
System Red Green Blue C M Y K H S L
Decimal 1 155 43 0.99 0 0.72 0.39 136.36 0.99 0.31
Hex 1 9B 2B 63 0 48 27 88 63 1F
Octal 1 233 53 143 0 110 47 210 143 37
Binary 1 10011011 101011 1100011 0 1001000 100111 10001000 1100011 11111

Color Harmonies of #019B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019B2B

Black with #019B2B

Text Example


Text Example

White with #019B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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