Html Css Color HEX #01B42A Dark Pastel Green

📋 copy color: '#01B42A'

red 1 ◦ green 180 ◦ blue 42

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

Shades of Dark Pastel Green #01B42A

Tints of Dark Pastel Green #01B42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 80.72%

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

R = 0.45%
G = 80.72%
B = 18.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#01B42A (or 0x01B42A) is known color: Dark Pastel Green. HEX triplet: 01, B4 and 2A. RGB value is (1,180,42). Sum of RGB (Red+Green+Blue) = 1+180+42=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 180 (70.70% from 255 or 80.72% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 180 - color contains mainly: green. Hex color #01B42A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B42A is #FE4BD5. Grayscale: #6F6F6F. Windows color (decimal): -16665558 or 2798593. OLE color: 2798593.

HSL color Cylindrical-coordinate representation of color #01B42A: hue angle of 133.74º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B42A is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 180 42 -
CMYK 0.99 0 0.77 0.29
HSL 133.74º 0.99% 0.35% -
HSV(B) 133.74º 0.99% 0.71% -
XYZ 16.75 32.82 7.64 -
YUV 110.75 89.2 49.72 -
System Red Green Blue C M Y K H S L
Decimal 1 180 42 0.99 0 0.77 0.29 133.74 0.99 0.35
Hex 1 B4 2A 63 0 4D 1D 86 63 23
Octal 1 264 52 143 0 115 35 206 143 43
Binary 1 10110100 101010 1100011 0 1001101 11101 10000110 1100011 100011

Color Harmonies of #01B42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B42A

Black with #01B42A

Text Example


Text Example

White with #01B42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B42A; }

 p { color: rgb(1,180,42); }

 H1.HeaderClassName
 {
   color: #01B42A;
 }
 .AnyTagClassName
 {
   color: #01B42A;
 }
</style>

background-color css

<style>
 a { background-color: #01B42A; }

 a { background-color: rgb(1,180,42); }

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

border-color css

<style>
 span { border-color: #01B42A; }

 span { border-color: rgb(1,180,42); }

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