Html Css Color HEX #1CB340 Dark Pastel Green

📋 copy color: '#1CB340'

red 28 ◦ green 179 ◦ blue 64

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

Shades of Dark Pastel Green #1CB340

Tints of Dark Pastel Green #1CB340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 66.05%

 BLUE value IS 64 (25.39% from 255) = 23.62%

R = 10.33%
G = 66.05%
B = 23.62%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#1CB340 (or 0x1CB340) is known color: Dark Pastel Green. HEX triplet: 1C, B3 and 40. RGB value is (28,179,64). Sum of RGB (Red+Green+Blue) = 28+179+64=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 179 (70.31% from 255 or 66.05% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB340 is #E34CBF. Grayscale: #797979. Windows color (decimal): -14896320 or 4240156. OLE color: 4240156.

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

Color convert

RGB 28 179 64 -
CMYK 0.84 0 0.64 0.30
HSL 134.3º 0.73% 0.41% -
HSV(B) 134.3º 0.84% 0.7% -
XYZ 17.52 32.86 10.27 -
YUV 120.74 95.97 61.85 -
System Red Green Blue C M Y K H S L
Decimal 28 179 64 0.84 0 0.64 0.30 134.3 0.73 0.41
Hex 1C B3 40 54 0 40 1E 86 49 29
Octal 34 263 100 124 0 100 36 206 111 51
Binary 11100 10110011 1000000 1010100 0 1000000 11110 10000110 1001001 101001

Color Harmonies of #1CB340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB340

Black with #1CB340

Text Example


Text Example

White with #1CB340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,179,64); }

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

background-color css

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

 a { background-color: rgb(28,179,64); }

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

border-color css

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

 span { border-color: rgb(28,179,64); }

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