Html Css Color HEX #1CB548 Dark Pastel Green

📋 copy color: '#1CB548'

red 28 ◦ green 181 ◦ blue 72

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

Shades of Dark Pastel Green #1CB548

Tints of Dark Pastel Green #1CB548

RGB

 RED value IS 28 (11.33% from 255) = 9.96%

 GREEN value IS 181 (71.09% from 255) = 64.41%

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

R = 9.96%
G = 64.41%
B = 25.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#1CB548 (or 0x1CB548) is known color: Dark Pastel Green. HEX triplet: 1C, B5 and 48. RGB value is (28,181,72). Sum of RGB (Red+Green+Blue) = 28+181+72=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 181 (71.09% from 255 or 64.41% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB548 is #E34AB7. Grayscale: #7B7B7B. Windows color (decimal): -14895800 or 4764956. OLE color: 4764956.

HSL color Cylindrical-coordinate representation of color #1CB548: hue angle of 137.25º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB548 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 181 72 -
CMYK 0.85 0 0.60 0.29
HSL 137.25º 0.73% 0.41% -
HSV(B) 137.25º 0.85% 0.71% -
XYZ 18.17 33.76 11.69 -
YUV 122.83 99.31 60.36 -
System Red Green Blue C M Y K H S L
Decimal 28 181 72 0.85 0 0.60 0.29 137.25 0.73 0.41
Hex 1C B5 48 55 0 3C 1D 89 49 29
Octal 34 265 110 125 0 74 35 211 111 51
Binary 11100 10110101 1001000 1010101 0 111100 11101 10001001 1001001 101001

Color Harmonies of #1CB548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB548

Black with #1CB548

Text Example


Text Example

White with #1CB548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CB548; }

 p { color: rgb(28,181,72); }

 H1.HeaderClassName
 {
   color: #1CB548;
 }
 .AnyTagClassName
 {
   color: #1CB548;
 }
</style>

background-color css

<style>
 a { background-color: #1CB548; }

 a { background-color: rgb(28,181,72); }

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

border-color css

<style>
 span { border-color: #1CB548; }

 span { border-color: rgb(28,181,72); }

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