Html Css Color HEX #01BE3E Dark Pastel Green

📋 copy color: '#01BE3E'

red 1 ◦ green 190 ◦ blue 62

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

Shades of Dark Pastel Green #01BE3E

Tints of Dark Pastel Green #01BE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.51%

R = 0.4%
G = 75.1%
B = 24.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#01BE3E (or 0x01BE3E) is known color: Dark Pastel Green. HEX triplet: 01, BE and 3E. RGB value is (1,190,62). Sum of RGB (Red+Green+Blue) = 1+190+62=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 190 (74.61% from 255 or 75.10% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BE3E is #FE41C1. Grayscale: #777777. Windows color (decimal): -16662978 or 4111873. OLE color: 4111873.

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

Color convert

RGB 1 190 62 -
CMYK 0.99 0 0.67 0.25
HSL 139.37º 0.99% 0.37% -
HSV(B) 139.37º 0.99% 0.75% -
XYZ 19.3 37.18 10.72 -
YUV 118.9 95.88 43.91 -
System Red Green Blue C M Y K H S L
Decimal 1 190 62 0.99 0 0.67 0.25 139.37 0.99 0.37
Hex 1 BE 3E 63 0 43 19 8B 63 25
Octal 1 276 76 143 0 103 31 213 143 45
Binary 1 10111110 111110 1100011 0 1000011 11001 10001011 1100011 100101

Color Harmonies of #01BE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE3E

Black with #01BE3E

Text Example


Text Example

White with #01BE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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