Html Css Color HEX #01C227 Dark Pastel Green

📋 copy color: '#01C227'

red 1 ◦ green 194 ◦ blue 39

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

Shades of Dark Pastel Green #01C227

Tints of Dark Pastel Green #01C227

RGB

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

 GREEN value IS 194 (76.17% from 255) = 82.91%

 BLUE value IS 39 (15.63% from 255) = 16.67%

R = 0.43%
G = 82.91%
B = 16.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#01C227 (or 0x01C227) is known color: Dark Pastel Green. HEX triplet: 01, C2 and 27. RGB value is (1,194,39). Sum of RGB (Red+Green+Blue) = 1+194+39=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 194 (76.17% from 255 or 82.91% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 194 - color contains mainly: green. Hex color #01C227 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C227 is #FE3DD8. Grayscale: #777777. Windows color (decimal): -16661977 or 2605569. OLE color: 2605569.

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

Color convert

RGB 1 194 39 -
CMYK 0.99 0 0.80 0.24
HSL 131.81º 0.99% 0.38% -
HSV(B) 131.81º 0.99% 0.76% -
XYZ 19.67 38.74 8.36 -
YUV 118.62 83.06 44.1 -
System Red Green Blue C M Y K H S L
Decimal 1 194 39 0.99 0 0.80 0.24 131.81 0.99 0.38
Hex 1 C2 27 63 0 50 18 84 63 26
Octal 1 302 47 143 0 120 30 204 143 46
Binary 1 11000010 100111 1100011 0 1010000 11000 10000100 1100011 100110

Color Harmonies of #01C227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C227

Black with #01C227

Text Example


Text Example

White with #01C227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,194,39); }

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

background-color css

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

 a { background-color: rgb(1,194,39); }

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

border-color css

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

 span { border-color: rgb(1,194,39); }

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