Html Css Color HEX #01B749 Dark Pastel Green

📋 copy color: '#01B749'

red 1 ◦ green 183 ◦ blue 73

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

Shades of Dark Pastel Green #01B749

Tints of Dark Pastel Green #01B749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 71.21%

 BLUE value IS 73 (28.91% from 255) = 28.4%

R = 0.39%
G = 71.21%
B = 28.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#01B749 (or 0x01B749) is known color: Dark Pastel Green. HEX triplet: 01, B7 and 49. RGB value is (1,183,73). Sum of RGB (Red+Green+Blue) = 1+183+73=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 183 (71.88% from 255 or 71.21% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 183 - color contains mainly: green. Hex color #01B749 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B749 is #FE48B6. Grayscale: #747474. Windows color (decimal): -16664759 or 4830977. OLE color: 4830977.

HSL color Cylindrical-coordinate representation of color #01B749: hue angle of 143.74º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B749 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 1 183 73 -
CMYK 0.99 0 0.60 0.28
HSL 143.74º 0.99% 0.36% -
HSV(B) 143.74º 0.99% 0.72% -
XYZ 18.15 34.35 11.98 -
YUV 116.04 103.7 45.94 -
System Red Green Blue C M Y K H S L
Decimal 1 183 73 0.99 0 0.60 0.28 143.74 0.99 0.36
Hex 1 B7 49 63 0 3C 1C 90 63 24
Octal 1 267 111 143 0 74 34 220 143 44
Binary 1 10110111 1001001 1100011 0 111100 11100 10010000 1100011 100100

Color Harmonies of #01B749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B749

Black with #01B749

Text Example


Text Example

White with #01B749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,183,73); }

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

background-color css

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

 a { background-color: rgb(1,183,73); }

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

border-color css

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

 span { border-color: rgb(1,183,73); }

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