#1CAD3D

Color #1CAD3D Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1CAD3D

Tints of Dark Pastel Green #1CAD3D

Color information

#1CAD3D (or 0x1CAD3D) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, AD and 3D. RGB value is (28,173,61). Sum of RGB (Red+Green+Blue) = 28+173+61=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 173 (67.97% from 255 or 66.03% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAD3D is #E352C2. Grayscale: #757575. Windows color (decimal): -14897859 or 4042012. OLE color: 4042012.

HSL color Cylindrical-coordinate representation of color #1CAD3D: hue angle of 133.66º 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 #1CAD3D is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB2817361-
CMYK0.8400.650.32
HSL133.66º72.14%39.41%-
HSV(B)133.66º83.82%67.84%-
XYZ16.2630.479.44-
YUV116.8896.4664.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.69%
GREEN value IS 173 (67.97% from 255) = 66.03%
BLUE value IS 61 (24.22% from 255) = 23.28%
R=10.69%
G=66.03%
B=23.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28173610.8400.650.32133.6672.1439.41
Hex1CAD3D5404120864827
Octal342557512401014020611047
Binary1110010101101111101101010001000001100000100001101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CAD3D;
 }
 .AnyTagClassName
 {
   color: #1CAD3D;
 }
</style>
background-color css

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

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

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

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

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

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