Html Css Color HEX #01B824 Dark Pastel Green

📋 copy color: '#01B824'

red 1 ◦ green 184 ◦ blue 36

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

Shades of Dark Pastel Green #01B824

Tints of Dark Pastel Green #01B824

RGB

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

 GREEN value IS 184 (72.27% from 255) = 83.26%

 BLUE value IS 36 (14.45% from 255) = 16.29%

R = 0.45%
G = 83.26%
B = 16.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#01B824 (or 0x01B824) is known color: Dark Pastel Green. HEX triplet: 01, B8 and 24. RGB value is (1,184,36). Sum of RGB (Red+Green+Blue) = 1+184+36=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 184 (72.27% from 255 or 83.26% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 184 - color contains mainly: green. Hex color #01B824 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B824 is #FE47DB. Grayscale: #707070. Windows color (decimal): -16664540 or 2406401. OLE color: 2406401.

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

Color convert

RGB 1 184 36 -
CMYK 0.99 0 0.80 0.28
HSL 131.48º 0.99% 0.36% -
HSV(B) 131.48º 0.99% 0.72% -
XYZ 17.47 34.41 7.39 -
YUV 112.41 84.87 48.53 -
System Red Green Blue C M Y K H S L
Decimal 1 184 36 0.99 0 0.80 0.28 131.48 0.99 0.36
Hex 1 B8 24 63 0 50 1C 83 63 24
Octal 1 270 44 143 0 120 34 203 143 44
Binary 1 10111000 100100 1100011 0 1010000 11100 10000011 1100011 100100

Color Harmonies of #01B824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B824

Black with #01B824

Text Example


Text Example

White with #01B824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,184,36); }

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

background-color css

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

 a { background-color: rgb(1,184,36); }

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

border-color css

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

 span { border-color: rgb(1,184,36); }

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