Html Css Color HEX #1CCC3F Dark Pastel Green

📋 copy color: '#1CCC3F'

red 28 ◦ green 204 ◦ blue 63

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

Shades of Dark Pastel Green #1CCC3F

Tints of Dark Pastel Green #1CCC3F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 69.15%

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

R = 9.49%
G = 69.15%
B = 21.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#1CCC3F (or 0x1CCC3F) is known color: Dark Pastel Green. HEX triplet: 1C, CC and 3F. RGB value is (28,204,63). Sum of RGB (Red+Green+Blue) = 28+204+63=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 204 (80.08% from 255 or 69.15% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCC3F is #E333C0. Grayscale: #878787. Windows color (decimal): -14889921 or 4181020. OLE color: 4181020.

HSL color Cylindrical-coordinate representation of color #1CCC3F: hue angle of 131.93º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCC3F is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 28 204 63 -
CMYK 0.86 0 0.69 0.2
HSL 131.93º 0.76% 0.45% -
HSV(B) 131.93º 0.86% 0.8% -
XYZ 22.97 43.79 11.94 -
YUV 135.3 87.19 51.46 -
System Red Green Blue C M Y K H S L
Decimal 28 204 63 0.86 0 0.69 0.2 131.93 0.76 0.45
Hex 1C CC 3F 56 0 45 14 84 4C 2D
Octal 34 314 77 126 0 105 24 204 114 55
Binary 11100 11001100 111111 1010110 0 1000101 10100 10000100 1001100 101101

Color Harmonies of #1CCC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC3F

Black with #1CCC3F

Text Example


Text Example

White with #1CCC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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