Html Css Color HEX #01B324 Dark Pastel Green

📋 copy color: '#01B324'

red 1 ◦ green 179 ◦ blue 36

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

Shades of Dark Pastel Green #01B324

Tints of Dark Pastel Green #01B324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 82.87%

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

R = 0.46%
G = 82.87%
B = 16.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#01B324 (or 0x01B324) is known color: Dark Pastel Green. HEX triplet: 01, B3 and 24. RGB value is (1,179,36). Sum of RGB (Red+Green+Blue) = 1+179+36=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 179 (70.31% from 255 or 82.87% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 179 - color contains mainly: green. Hex color #01B324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B324 is #FE4CDB. Grayscale: #6D6D6D. Windows color (decimal): -16665820 or 2405121. OLE color: 2405121.

HSL color Cylindrical-coordinate representation of color #01B324: hue angle of 131.8º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B324 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 179 36 -
CMYK 0.99 0 0.80 0.30
HSL 131.8º 0.99% 0.35% -
HSV(B) 131.8º 0.99% 0.7% -
XYZ 16.45 32.37 7.05 -
YUV 109.48 86.53 50.63 -
System Red Green Blue C M Y K H S L
Decimal 1 179 36 0.99 0 0.80 0.30 131.8 0.99 0.35
Hex 1 B3 24 63 0 50 1E 84 63 23
Octal 1 263 44 143 0 120 36 204 143 43
Binary 1 10110011 100100 1100011 0 1010000 11110 10000100 1100011 100011

Color Harmonies of #01B324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B324

Black with #01B324

Text Example


Text Example

White with #01B324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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