Html Css Color HEX #1CAE30 Dark Pastel Green

📋 copy color: '#1CAE30'

red 28 ◦ green 174 ◦ blue 48

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

Shades of Dark Pastel Green #1CAE30

Tints of Dark Pastel Green #1CAE30

RGB

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

 GREEN value IS 174 (68.36% from 255) = 69.6%

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

R = 11.2%
G = 69.6%
B = 19.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#1CAE30 (or 0x1CAE30) is known color: Dark Pastel Green. HEX triplet: 1C, AE and 30. RGB value is (28,174,48). Sum of RGB (Red+Green+Blue) = 28+174+48=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 174 (68.36% from 255 or 69.6% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAE30 is #E351CF. Grayscale: #747474. Windows color (decimal): -14897616 or 3190300. OLE color: 3190300.

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

Color convert

RGB 28 174 48 -
CMYK 0.84 0 0.72 0.32
HSL 128.22º 0.72% 0.4% -
HSV(B) 128.22º 0.84% 0.68% -
XYZ 16.15 30.73 7.88 -
YUV 115.98 89.63 65.25 -
System Red Green Blue C M Y K H S L
Decimal 28 174 48 0.84 0 0.72 0.32 128.22 0.72 0.4
Hex 1C AE 30 54 0 48 20 80 48 28
Octal 34 256 60 124 0 110 40 200 110 50
Binary 11100 10101110 110000 1010100 0 1001000 100000 10000000 1001000 101000

Color Harmonies of #1CAE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAE30

Black with #1CAE30

Text Example


Text Example

White with #1CAE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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