Html Css Color HEX #01BF3C Dark Pastel Green

📋 copy color: '#01BF3C'

red 1 ◦ green 191 ◦ blue 60

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

Shades of Dark Pastel Green #01BF3C

Tints of Dark Pastel Green #01BF3C

RGB

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

 GREEN value IS 191 (75% from 255) = 75.79%

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

R = 0.4%
G = 75.79%
B = 23.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#01BF3C (or 0x01BF3C) is known color: Dark Pastel Green. HEX triplet: 01, BF and 3C. RGB value is (1,191,60). Sum of RGB (Red+Green+Blue) = 1+191+60=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 191 (75% from 255 or 75.79% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BF3C is #FE40C3. Grayscale: #777777. Windows color (decimal): -16662724 or 3981057. OLE color: 3981057.

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

Color convert

RGB 1 191 60 -
CMYK 0.99 0 0.69 0.25
HSL 138.63º 0.99% 0.38% -
HSV(B) 138.63º 0.99% 0.75% -
XYZ 19.46 37.59 10.51 -
YUV 119.26 94.55 43.65 -
System Red Green Blue C M Y K H S L
Decimal 1 191 60 0.99 0 0.69 0.25 138.63 0.99 0.38
Hex 1 BF 3C 63 0 45 19 8B 63 26
Octal 1 277 74 143 0 105 31 213 143 46
Binary 1 10111111 111100 1100011 0 1000101 11001 10001011 1100011 100110

Color Harmonies of #01BF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF3C

Black with #01BF3C

Text Example


Text Example

White with #01BF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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