Html Css Color HEX #1CAD3F Dark Pastel Green

📋 copy color: '#1CAD3F'

red 28 ◦ green 173 ◦ blue 63

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

Shades of Dark Pastel Green #1CAD3F

Tints of Dark Pastel Green #1CAD3F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 65.53%

 BLUE value IS 63 (25% from 255) = 23.86%

R = 10.61%
G = 65.53%
B = 23.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#1CAD3F (or 0x1CAD3F) is known color: Dark Pastel Green. HEX triplet: 1C, AD and 3F. RGB value is (28,173,63). Sum of RGB (Red+Green+Blue) = 28+173+63=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 173 (67.97% from 255 or 65.53% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAD3F is #E352C0. Grayscale: #757575. Windows color (decimal): -14897857 or 4173084. OLE color: 4173084.

HSL color Cylindrical-coordinate representation of color #1CAD3F: hue angle of 134.48º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAD3F is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 173 63 -
CMYK 0.84 0 0.64 0.32
HSL 134.48º 0.72% 0.39% -
HSV(B) 134.48º 0.84% 0.68% -
XYZ 16.32 30.49 9.73 -
YUV 117.11 97.46 64.44 -
System Red Green Blue C M Y K H S L
Decimal 28 173 63 0.84 0 0.64 0.32 134.48 0.72 0.39
Hex 1C AD 3F 54 0 40 20 86 48 27
Octal 34 255 77 124 0 100 40 206 110 47
Binary 11100 10101101 111111 1010100 0 1000000 100000 10000110 1001000 100111

Color Harmonies of #1CAD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAD3F

Black with #1CAD3F

Text Example


Text Example

White with #1CAD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,173,63); }

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

background-color css

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

 a { background-color: rgb(28,173,63); }

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

border-color css

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

 span { border-color: rgb(28,173,63); }

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