Html Css Color HEX #05C048 Dark Pastel Green

📋 copy color: '#05C048'

red 5 ◦ green 192 ◦ blue 72

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

Shades of Dark Pastel Green #05C048

Tints of Dark Pastel Green #05C048

RGB

 RED value IS 5 (2.34% from 255) = 1.86%

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

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

R = 1.86%
G = 71.38%
B = 26.77%

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

#05C048 (or 0x05C048) is known color: Dark Pastel Green. HEX triplet: 05, C0 and 48. RGB value is (5,192,72). Sum of RGB (Red+Green+Blue) = 5+192+72=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 192 (75.39% from 255 or 71.38% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 192 - color contains mainly: green. Hex color #05C048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C048 is #FA3FB7. Grayscale: #7A7A7A. Windows color (decimal): -16400312 or 4767749. OLE color: 4767749.

HSL color Cylindrical-coordinate representation of color #05C048: hue angle of 141.5º degrees, saturation: 0.95, 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 #05C048 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 192 72 -
CMYK 0.97 0 0.63 0.25
HSL 141.5º 0.95% 0.39% -
HSV(B) 141.5º 0.97% 0.75% -
XYZ 20.08 38.2 12.45 -
YUV 122.41 99.55 44.26 -
System Red Green Blue C M Y K H S L
Decimal 5 192 72 0.97 0 0.63 0.25 141.5 0.95 0.39
Hex 5 C0 48 61 0 3F 19 8D 5F 27
Octal 5 300 110 141 0 77 31 215 137 47
Binary 101 11000000 1001000 1100001 0 111111 11001 10001101 1011111 100111

Color Harmonies of #05C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C048

Black with #05C048

Text Example


Text Example

White with #05C048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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