Html Css Color HEX #1CBA48 Dark Pastel Green

📋 copy color: '#1CBA48'

red 28 ◦ green 186 ◦ blue 72

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

Shades of Dark Pastel Green #1CBA48

Tints of Dark Pastel Green #1CBA48

RGB

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

 GREEN value IS 186 (73.05% from 255) = 65.03%

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

R = 9.79%
G = 65.03%
B = 25.17%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#1CBA48 (or 0x1CBA48) is known color: Dark Pastel Green. HEX triplet: 1C, BA and 48. RGB value is (28,186,72). Sum of RGB (Red+Green+Blue) = 28+186+72=286 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.79% from 286); Green value is 186 (73.05% from 255 or 65.03% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBA48 is #E345B7. Grayscale: #7E7E7E. Windows color (decimal): -14894520 or 4766236. OLE color: 4766236.

HSL color Cylindrical-coordinate representation of color #1CBA48: hue angle of 136.71º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBA48 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 186 72 -
CMYK 0.85 0 0.61 0.27
HSL 136.71º 0.74% 0.42% -
HSV(B) 136.71º 0.85% 0.73% -
XYZ 19.21 35.83 12.03 -
YUV 125.76 97.65 58.27 -
System Red Green Blue C M Y K H S L
Decimal 28 186 72 0.85 0 0.61 0.27 136.71 0.74 0.42
Hex 1C BA 48 55 0 3D 1B 89 4A 2A
Octal 34 272 110 125 0 75 33 211 112 52
Binary 11100 10111010 1001000 1010101 0 111101 11011 10001001 1001010 101010

Color Harmonies of #1CBA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBA48

Black with #1CBA48

Text Example


Text Example

White with #1CBA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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