Html Css Color HEX #1CB73F Dark Pastel Green

📋 copy color: '#1CB73F'

red 28 ◦ green 183 ◦ blue 63

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

Shades of Dark Pastel Green #1CB73F

Tints of Dark Pastel Green #1CB73F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 66.79%

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

R = 10.22%
G = 66.79%
B = 22.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#1CB73F (or 0x1CB73F) is known color: Dark Pastel Green. HEX triplet: 1C, B7 and 3F. RGB value is (28,183,63). Sum of RGB (Red+Green+Blue) = 28+183+63=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 183 (71.88% from 255 or 66.79% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB73F is #E348C0. Grayscale: #7B7B7B. Windows color (decimal): -14895297 or 4175644. OLE color: 4175644.

HSL color Cylindrical-coordinate representation of color #1CB73F: hue angle of 133.55º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB73F is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 28 183 63 -
CMYK 0.85 0 0.66 0.28
HSL 133.55º 0.73% 0.41% -
HSV(B) 133.55º 0.85% 0.72% -
XYZ 18.31 34.47 10.39 -
YUV 122.98 94.15 60.26 -
System Red Green Blue C M Y K H S L
Decimal 28 183 63 0.85 0 0.66 0.28 133.55 0.73 0.41
Hex 1C B7 3F 55 0 42 1C 86 49 29
Octal 34 267 77 125 0 102 34 206 111 51
Binary 11100 10110111 111111 1010101 0 1000010 11100 10000110 1001001 101001

Color Harmonies of #1CB73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB73F

Black with #1CB73F

Text Example


Text Example

White with #1CB73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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