Html Css Color HEX #01BE3C Dark Pastel Green

📋 copy color: '#01BE3C'

red 1 ◦ green 190 ◦ blue 60

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

Shades of Dark Pastel Green #01BE3C

Tints of Dark Pastel Green #01BE3C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 75.7%

 BLUE value IS 60 (23.83% from 255) = 23.9%

R = 0.4%
G = 75.7%
B = 23.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#01BE3C (or 0x01BE3C) is known color: Dark Pastel Green. HEX triplet: 01, BE and 3C. RGB value is (1,190,60). Sum of RGB (Red+Green+Blue) = 1+190+60=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 190 (74.61% from 255 or 75.70% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BE3C is #FE41C3. Grayscale: #767676. Windows color (decimal): -16662980 or 3980801. OLE color: 3980801.

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

Color convert

RGB 1 190 60 -
CMYK 0.99 0 0.68 0.25
HSL 138.73º 0.99% 0.37% -
HSV(B) 138.73º 0.99% 0.75% -
XYZ 19.24 37.16 10.43 -
YUV 118.67 94.88 44.07 -
System Red Green Blue C M Y K H S L
Decimal 1 190 60 0.99 0 0.68 0.25 138.73 0.99 0.37
Hex 1 BE 3C 63 0 44 19 8B 63 25
Octal 1 276 74 143 0 104 31 213 143 45
Binary 1 10111110 111100 1100011 0 1000100 11001 10001011 1100011 100101

Color Harmonies of #01BE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE3C

Black with #01BE3C

Text Example


Text Example

White with #01BE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,190,60); }

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

background-color css

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

 a { background-color: rgb(1,190,60); }

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

border-color css

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

 span { border-color: rgb(1,190,60); }

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