Html Css Color HEX #01C038 Dark Pastel Green

📋 copy color: '#01C038'

red 1 ◦ green 192 ◦ blue 56

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

Shades of Dark Pastel Green #01C038

Tints of Dark Pastel Green #01C038

RGB

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

 GREEN value IS 192 (75.39% from 255) = 77.11%

 BLUE value IS 56 (22.27% from 255) = 22.49%

R = 0.4%
G = 77.11%
B = 22.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#01C038 (or 0x01C038) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 38. RGB value is (1,192,56). Sum of RGB (Red+Green+Blue) = 1+192+56=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 192 (75.39% from 255 or 77.11% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 192 - color contains mainly: green. Hex color #01C038 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C038 is #FE3FC7. Grayscale: #777777. Windows color (decimal): -16662472 or 3719169. OLE color: 3719169.

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

Color convert

RGB 1 192 56 -
CMYK 0.99 0 0.71 0.25
HSL 137.28º 0.99% 0.38% -
HSV(B) 137.28º 0.99% 0.75% -
XYZ 19.58 37.99 10.04 -
YUV 119.39 92.22 43.56 -
System Red Green Blue C M Y K H S L
Decimal 1 192 56 0.99 0 0.71 0.25 137.28 0.99 0.38
Hex 1 C0 38 63 0 47 19 89 63 26
Octal 1 300 70 143 0 107 31 211 143 46
Binary 1 11000000 111000 1100011 0 1000111 11001 10001001 1100011 100110

Color Harmonies of #01C038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C038

Black with #01C038

Text Example


Text Example

White with #01C038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,192,56); }

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

background-color css

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

 a { background-color: rgb(1,192,56); }

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

border-color css

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

 span { border-color: rgb(1,192,56); }

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