Html Css Color HEX #01BD2B Dark Pastel Green

📋 copy color: '#01BD2B'

red 1 ◦ green 189 ◦ blue 43

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

Shades of Dark Pastel Green #01BD2B

Tints of Dark Pastel Green #01BD2B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 81.12%

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

R = 0.43%
G = 81.12%
B = 18.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#01BD2B (or 0x01BD2B) is known color: Dark Pastel Green. HEX triplet: 01, BD and 2B. RGB value is (1,189,43). Sum of RGB (Red+Green+Blue) = 1+189+43=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 189 (74.22% from 255 or 81.12% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BD2B is #FE42D4. Grayscale: #747474. Windows color (decimal): -16663253 or 2866433. OLE color: 2866433.

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

Color convert

RGB 1 189 43 -
CMYK 0.99 0 0.77 0.26
HSL 133.4º 0.99% 0.37% -
HSV(B) 133.4º 0.99% 0.74% -
XYZ 18.65 36.58 8.36 -
YUV 116.14 86.72 45.87 -
System Red Green Blue C M Y K H S L
Decimal 1 189 43 0.99 0 0.77 0.26 133.4 0.99 0.37
Hex 1 BD 2B 63 0 4D 1A 85 63 25
Octal 1 275 53 143 0 115 32 205 143 45
Binary 1 10111101 101011 1100011 0 1001101 11010 10000101 1100011 100101

Color Harmonies of #01BD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BD2B

Black with #01BD2B

Text Example


Text Example

White with #01BD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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