Html Css Color HEX #18BA2B Dark Pastel Green

📋 copy color: '#18BA2B'

red 24 ◦ green 186 ◦ blue 43

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

Shades of Dark Pastel Green #18BA2B

Tints of Dark Pastel Green #18BA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17%

R = 9.49%
G = 73.52%
B = 17%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#18BA2B (or 0x18BA2B) is known color: Dark Pastel Green. HEX triplet: 18, BA and 2B. RGB value is (24,186,43). Sum of RGB (Red+Green+Blue) = 24+186+43=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 186 (73.05% from 255 or 73.52% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BA2B is #E745D4. Grayscale: #797979. Windows color (decimal): -15156693 or 2865688. OLE color: 2865688.

HSL color Cylindrical-coordinate representation of color #18BA2B: hue angle of 127.04º 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 #18BA2B is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 186 43 -
CMYK 0.87 0 0.77 0.27
HSL 127.04º 0.77% 0.41% -
HSV(B) 127.04º 0.87% 0.73% -
XYZ 18.37 35.49 8.17 -
YUV 121.26 83.83 58.63 -
System Red Green Blue C M Y K H S L
Decimal 24 186 43 0.87 0 0.77 0.27 127.04 0.77 0.41
Hex 18 BA 2B 57 0 4D 1B 7F 4D 29
Octal 30 272 53 127 0 115 33 177 115 51
Binary 11000 10111010 101011 1010111 0 1001101 11011 1111111 1001101 101001

Color Harmonies of #18BA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA2B

Black with #18BA2B

Text Example


Text Example

White with #18BA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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