Html Css Color HEX #18BA2F Dark Pastel Green

📋 copy color: '#18BA2F'

red 24 ◦ green 186 ◦ blue 47

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

Shades of Dark Pastel Green #18BA2F

Tints of Dark Pastel Green #18BA2F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 72.37%

 BLUE value IS 47 (18.75% from 255) = 18.29%

R = 9.34%
G = 72.37%
B = 18.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#18BA2F (or 0x18BA2F) is known color: Dark Pastel Green. HEX triplet: 18, BA and 2F. RGB value is (24,186,47). Sum of RGB (Red+Green+Blue) = 24+186+47=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 186 (73.05% from 255 or 72.37% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BA2F is #E745D0. Grayscale: #7A7A7A. Windows color (decimal): -15156689 or 3127832. OLE color: 3127832.

HSL color Cylindrical-coordinate representation of color #18BA2F: hue angle of 128.52º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BA2F is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 186 47 -
CMYK 0.87 0 0.75 0.27
HSL 128.52º 0.77% 0.41% -
HSV(B) 128.52º 0.87% 0.73% -
XYZ 18.45 35.52 8.57 -
YUV 121.72 85.83 58.3 -
System Red Green Blue C M Y K H S L
Decimal 24 186 47 0.87 0 0.75 0.27 128.52 0.77 0.41
Hex 18 BA 2F 57 0 4B 1B 81 4D 29
Octal 30 272 57 127 0 113 33 201 115 51
Binary 11000 10111010 101111 1010111 0 1001011 11011 10000001 1001101 101001

Color Harmonies of #18BA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA2F

Black with #18BA2F

Text Example


Text Example

White with #18BA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,186,47); }

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

background-color css

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

 a { background-color: rgb(24,186,47); }

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

border-color css

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

 span { border-color: rgb(24,186,47); }

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