Html Css Color HEX #01B229 Dark Pastel Green

📋 copy color: '#01B229'

red 1 ◦ green 178 ◦ blue 41

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

Shades of Dark Pastel Green #01B229

Tints of Dark Pastel Green #01B229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 80.91%

 BLUE value IS 41 (16.41% from 255) = 18.64%

R = 0.45%
G = 80.91%
B = 18.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#01B229 (or 0x01B229) is known color: Dark Pastel Green. HEX triplet: 01, B2 and 29. RGB value is (1,178,41). Sum of RGB (Red+Green+Blue) = 1+178+41=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 178 (69.92% from 255 or 80.91% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 178 - color contains mainly: green. Hex color #01B229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B229 is #FE4DD6. Grayscale: #6D6D6D. Windows color (decimal): -16666071 or 2732545. OLE color: 2732545.

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

Color convert

RGB 1 178 41 -
CMYK 0.99 0 0.77 0.30
HSL 133.56º 0.99% 0.35% -
HSV(B) 133.56º 0.99% 0.7% -
XYZ 16.33 32.01 7.42 -
YUV 109.46 89.36 50.64 -
System Red Green Blue C M Y K H S L
Decimal 1 178 41 0.99 0 0.77 0.30 133.56 0.99 0.35
Hex 1 B2 29 63 0 4D 1E 86 63 23
Octal 1 262 51 143 0 115 36 206 143 43
Binary 1 10110010 101001 1100011 0 1001101 11110 10000110 1100011 100011

Color Harmonies of #01B229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B229

Black with #01B229

Text Example


Text Example

White with #01B229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,178,41); }

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

background-color css

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

 a { background-color: rgb(1,178,41); }

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

border-color css

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

 span { border-color: rgb(1,178,41); }

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