Html Css Color HEX #1CB730 Dark Pastel Green

📋 copy color: '#1CB730'

red 28 ◦ green 183 ◦ blue 48

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

Shades of Dark Pastel Green #1CB730

Tints of Dark Pastel Green #1CB730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.53%

R = 10.81%
G = 70.66%
B = 18.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#1CB730 (or 0x1CB730) is known color: Dark Pastel Green. HEX triplet: 1C, B7 and 30. RGB value is (28,183,48). Sum of RGB (Red+Green+Blue) = 28+183+48=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 183 (71.88% from 255 or 70.66% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB730 is #E348CF. Grayscale: #797979. Windows color (decimal): -14895312 or 3192604. OLE color: 3192604.

HSL color Cylindrical-coordinate representation of color #1CB730: hue angle of 127.74º 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 #1CB730 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 28 183 48 -
CMYK 0.85 0 0.74 0.28
HSL 127.74º 0.73% 0.41% -
HSV(B) 127.74º 0.85% 0.72% -
XYZ 17.95 34.33 8.48 -
YUV 121.27 86.65 61.48 -
System Red Green Blue C M Y K H S L
Decimal 28 183 48 0.85 0 0.74 0.28 127.74 0.73 0.41
Hex 1C B7 30 55 0 4A 1C 80 49 29
Octal 34 267 60 125 0 112 34 200 111 51
Binary 11100 10110111 110000 1010101 0 1001010 11100 10000000 1001001 101001

Color Harmonies of #1CB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB730

Black with #1CB730

Text Example


Text Example

White with #1CB730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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