Html Css Color HEX #01BD35 Dark Pastel Green

📋 copy color: '#01BD35'

red 1 ◦ green 189 ◦ blue 53

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

Shades of Dark Pastel Green #01BD35

Tints of Dark Pastel Green #01BD35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.81%

R = 0.41%
G = 77.78%
B = 21.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#01BD35 (or 0x01BD35) is known color: Dark Pastel Green. HEX triplet: 01, BD and 35. RGB value is (1,189,53). Sum of RGB (Red+Green+Blue) = 1+189+53=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 189 (74.22% from 255 or 77.78% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BD35 is #FE42CA. Grayscale: #757575. Windows color (decimal): -16663243 or 3521793. OLE color: 3521793.

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

Color convert

RGB 1 189 53 -
CMYK 0.99 0 0.72 0.26
HSL 136.6º 0.99% 0.37% -
HSV(B) 136.6º 0.99% 0.74% -
XYZ 18.85 36.66 9.45 -
YUV 117.28 91.72 45.06 -
System Red Green Blue C M Y K H S L
Decimal 1 189 53 0.99 0 0.72 0.26 136.6 0.99 0.37
Hex 1 BD 35 63 0 48 1A 89 63 25
Octal 1 275 65 143 0 110 32 211 143 45
Binary 1 10111101 110101 1100011 0 1001000 11010 10001001 1100011 100101

Color Harmonies of #01BD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BD35

Black with #01BD35

Text Example


Text Example

White with #01BD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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