Html Css Color HEX #18B428 Dark Pastel Green

📋 copy color: '#18B428'

red 24 ◦ green 180 ◦ blue 40

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

Shades of Dark Pastel Green #18B428

Tints of Dark Pastel Green #18B428

RGB

 RED value IS 24 (9.77% from 255) = 9.84%

 GREEN value IS 180 (70.7% from 255) = 73.77%

 BLUE value IS 40 (16.02% from 255) = 16.39%

R = 9.84%
G = 73.77%
B = 16.39%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#18B428 (or 0x18B428) is known color: Dark Pastel Green. HEX triplet: 18, B4 and 28. RGB value is (24,180,40). Sum of RGB (Red+Green+Blue) = 24+180+40=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 180 (70.70% from 255 or 73.77% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 180 - color contains mainly: green. Hex color #18B428 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B428 is #E74BD7. Grayscale: #757575. Windows color (decimal): -15158232 or 2667544. OLE color: 2667544.

HSL color Cylindrical-coordinate representation of color #18B428: hue angle of 126.15º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B428 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 180 40 -
CMYK 0.87 0 0.78 0.29
HSL 126.15º 0.76% 0.4% -
HSV(B) 126.15º 0.87% 0.71% -
XYZ 17.08 32.99 7.47 -
YUV 117.4 84.32 61.38 -
System Red Green Blue C M Y K H S L
Decimal 24 180 40 0.87 0 0.78 0.29 126.15 0.76 0.4
Hex 18 B4 28 57 0 4E 1D 7E 4C 28
Octal 30 264 50 127 0 116 35 176 114 50
Binary 11000 10110100 101000 1010111 0 1001110 11101 1111110 1001100 101000

Color Harmonies of #18B428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B428

Black with #18B428

Text Example


Text Example

White with #18B428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18B428; }

 p { color: rgb(24,180,40); }

 H1.HeaderClassName
 {
   color: #18B428;
 }
 .AnyTagClassName
 {
   color: #18B428;
 }
</style>

background-color css

<style>
 a { background-color: #18B428; }

 a { background-color: rgb(24,180,40); }

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

border-color css

<style>
 span { border-color: #18B428; }

 span { border-color: rgb(24,180,40); }

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