Html Css Color HEX #18A530 Forest Green

📋 copy color: '#18A530'

red 24 ◦ green 165 ◦ blue 48

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

Shades of Forest Green #18A530

Tints of Forest Green #18A530

RGB

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

 GREEN value IS 165 (64.84% from 255) = 69.62%

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

R = 10.13%
G = 69.62%
B = 20.25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#18A530 (or 0x18A530) is known color: Forest Green. HEX triplet: 18, A5 and 30. RGB value is (24,165,48). Sum of RGB (Red+Green+Blue) = 24+165+48=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 165 (64.84% from 255 or 69.62% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 165 - color contains mainly: green. Hex color #18A530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A530 is #E75ACF. Grayscale: #6D6D6D. Windows color (decimal): -15162064 or 3187992. OLE color: 3187992.

HSL color Cylindrical-coordinate representation of color #18A530: hue angle of 130.21º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A530 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 165 48 -
CMYK 0.85 0 0.71 0.35
HSL 130.21º 0.75% 0.37% -
HSV(B) 130.21º 0.85% 0.65% -
XYZ 14.37 27.32 7.31 -
YUV 109.5 93.29 67.01 -
System Red Green Blue C M Y K H S L
Decimal 24 165 48 0.85 0 0.71 0.35 130.21 0.75 0.37
Hex 18 A5 30 55 0 47 23 82 4B 25
Octal 30 245 60 125 0 107 43 202 113 45
Binary 11000 10100101 110000 1010101 0 1000111 100011 10000010 1001011 100101

Color Harmonies of #18A530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A530

Black with #18A530

Text Example


Text Example

White with #18A530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,165,48); }

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

background-color css

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

 a { background-color: rgb(24,165,48); }

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

border-color css

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

 span { border-color: rgb(24,165,48); }

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