Html Css Color HEX #01B344 Dark Pastel Green

📋 copy color: '#01B344'

red 1 ◦ green 179 ◦ blue 68

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

Shades of Dark Pastel Green #01B344

Tints of Dark Pastel Green #01B344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.42%

R = 0.4%
G = 72.18%
B = 27.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#01B344 (or 0x01B344) is known color: Dark Pastel Green. HEX triplet: 01, B3 and 44. RGB value is (1,179,68). Sum of RGB (Red+Green+Blue) = 1+179+68=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 179 (70.31% from 255 or 72.18% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 179 - color contains mainly: green. Hex color #01B344 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B344 is #FE4CBB. Grayscale: #717171. Windows color (decimal): -16665788 or 4502273. OLE color: 4502273.

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

Color convert

RGB 1 179 68 -
CMYK 0.99 0 0.62 0.30
HSL 142.58º 0.99% 0.35% -
HSV(B) 142.58º 0.99% 0.7% -
XYZ 17.18 32.66 10.87 -
YUV 113.12 102.53 48.03 -
System Red Green Blue C M Y K H S L
Decimal 1 179 68 0.99 0 0.62 0.30 142.58 0.99 0.35
Hex 1 B3 44 63 0 3E 1E 8F 63 23
Octal 1 263 104 143 0 76 36 217 143 43
Binary 1 10110011 1000100 1100011 0 111110 11110 10001111 1100011 100011

Color Harmonies of #01B344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B344

Black with #01B344

Text Example


Text Example

White with #01B344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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