Html Css Color HEX #01B42E Dark Pastel Green

📋 copy color: '#01B42E'

red 1 ◦ green 180 ◦ blue 46

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

Shades of Dark Pastel Green #01B42E

Tints of Dark Pastel Green #01B42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.26%

R = 0.44%
G = 79.3%
B = 20.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#01B42E (or 0x01B42E) is known color: Dark Pastel Green. HEX triplet: 01, B4 and 2E. RGB value is (1,180,46). Sum of RGB (Red+Green+Blue) = 1+180+46=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 180 (70.70% from 255 or 79.30% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 180 - color contains mainly: green. Hex color #01B42E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B42E is #FE4BD1. Grayscale: #6F6F6F. Windows color (decimal): -16665554 or 3060737. OLE color: 3060737.

HSL color Cylindrical-coordinate representation of color #01B42E: hue angle of 135.08º 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 #01B42E is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 180 46 -
CMYK 0.99 0 0.74 0.29
HSL 135.08º 0.99% 0.35% -
HSV(B) 135.08º 0.99% 0.71% -
XYZ 16.83 32.85 8.04 -
YUV 111.2 91.2 49.4 -
System Red Green Blue C M Y K H S L
Decimal 1 180 46 0.99 0 0.74 0.29 135.08 0.99 0.35
Hex 1 B4 2E 63 0 4A 1D 87 63 23
Octal 1 264 56 143 0 112 35 207 143 43
Binary 1 10110100 101110 1100011 0 1001010 11101 10000111 1100011 100011

Color Harmonies of #01B42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B42E

Black with #01B42E

Text Example


Text Example

White with #01B42E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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