Html Css Color HEX #1CB446 Dark Pastel Green

📋 copy color: '#1CB446'

red 28 ◦ green 180 ◦ blue 70

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

Shades of Dark Pastel Green #1CB446

Tints of Dark Pastel Green #1CB446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 64.75%

 BLUE value IS 70 (27.73% from 255) = 25.18%

R = 10.07%
G = 64.75%
B = 25.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#1CB446 (or 0x1CB446) is known color: Dark Pastel Green. HEX triplet: 1C, B4 and 46. RGB value is (28,180,70). Sum of RGB (Red+Green+Blue) = 28+180+70=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 180 (70.70% from 255 or 64.75% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB446 is #E34BB9. Grayscale: #7A7A7A. Windows color (decimal): -14896058 or 4633628. OLE color: 4633628.

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

Color convert

RGB 28 180 70 -
CMYK 0.84 0 0.61 0.29
HSL 136.58º 0.73% 0.41% -
HSV(B) 136.58º 0.84% 0.71% -
XYZ 17.91 33.33 11.28 -
YUV 122.01 98.64 60.94 -
System Red Green Blue C M Y K H S L
Decimal 28 180 70 0.84 0 0.61 0.29 136.58 0.73 0.41
Hex 1C B4 46 54 0 3D 1D 89 49 29
Octal 34 264 106 124 0 75 35 211 111 51
Binary 11100 10110100 1000110 1010100 0 111101 11101 10001001 1001001 101001

Color Harmonies of #1CB446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB446

Black with #1CB446

Text Example


Text Example

White with #1CB446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,180,70); }

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

background-color css

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

 a { background-color: rgb(28,180,70); }

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

border-color css

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

 span { border-color: rgb(28,180,70); }

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