Html Css Color HEX #06C048 Dark Pastel Green

📋 copy color: '#06C048'

red 6 ◦ green 192 ◦ blue 72

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

Shades of Dark Pastel Green #06C048

Tints of Dark Pastel Green #06C048

RGB

 RED value IS 6 (2.73% from 255) = 2.22%

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

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 2.22%
G = 71.11%
B = 26.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#06C048 (or 0x06C048) is known color: Dark Pastel Green. HEX triplet: 06, C0 and 48. RGB value is (6,192,72). Sum of RGB (Red+Green+Blue) = 6+192+72=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 192 (75.39% from 255 or 71.11% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 192 - color contains mainly: green. Hex color #06C048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C048 is #F93FB7. Grayscale: #7B7B7B. Windows color (decimal): -16334776 or 4767750. OLE color: 4767750.

HSL color Cylindrical-coordinate representation of color #06C048: hue angle of 141.29º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C048 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 192 72 -
CMYK 0.97 0 0.63 0.25
HSL 141.29º 0.94% 0.39% -
HSV(B) 141.29º 0.97% 0.75% -
XYZ 20.09 38.21 12.45 -
YUV 122.71 99.38 44.76 -
System Red Green Blue C M Y K H S L
Decimal 6 192 72 0.97 0 0.63 0.25 141.29 0.94 0.39
Hex 6 C0 48 61 0 3F 19 8D 5E 27
Octal 6 300 110 141 0 77 31 215 136 47
Binary 110 11000000 1001000 1100001 0 111111 11001 10001101 1011110 100111

Color Harmonies of #06C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C048

Black with #06C048

Text Example


Text Example

White with #06C048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06C048; }

 p { color: rgb(6,192,72); }

 H1.HeaderClassName
 {
   color: #06C048;
 }
 .AnyTagClassName
 {
   color: #06C048;
 }
</style>

background-color css

<style>
 a { background-color: #06C048; }

 a { background-color: rgb(6,192,72); }

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

border-color css

<style>
 span { border-color: #06C048; }

 span { border-color: rgb(6,192,72); }

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