Html Css Color HEX #18730B Green

📋 copy color: '#18730B'

red 24 ◦ green 115 ◦ blue 11

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

Shades of Green #18730B

Tints of Green #18730B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 76.67%

 BLUE value IS 11 (4.69% from 255) = 7.33%

R = 16%
G = 76.67%
B = 7.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#18730B (or 0x18730B) is known color: Green. HEX triplet: 18, 73 and 0B. RGB value is (24,115,11). Sum of RGB (Red+Green+Blue) = 24+115+11=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 115 (45.31% from 255 or 76.67% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 115 - color contains mainly: green. Hex color #18730B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18730B is #E78CF4. Grayscale: #4C4C4C. Windows color (decimal): -15174901 or 750360. OLE color: 750360.

HSL color Cylindrical-coordinate representation of color #18730B: hue angle of 112.5º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18730B is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 115 11 -
CMYK 0.79 0 0.90 0.55
HSL 112.5º 0.83% 0.25% -
HSV(B) 112.5º 0.9% 0.45% -
XYZ 6.57 12.48 2.38 -
YUV 75.94 91.35 90.96 -
System Red Green Blue C M Y K H S L
Decimal 24 115 11 0.79 0 0.90 0.55 112.5 0.83 0.25
Hex 18 73 B 4F 0 5A 37 70 53 19
Octal 30 163 13 117 0 132 67 160 123 31
Binary 11000 1110011 1011 1001111 0 1011010 110111 1110000 1010011 11001

Color Harmonies of #18730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18730B

Black with #18730B

Text Example


Text Example

White with #18730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18730B; }

 p { color: rgb(24,115,11); }

 H1.HeaderClassName
 {
   color: #18730B;
 }
 .AnyTagClassName
 {
   color: #18730B;
 }
</style>

background-color css

<style>
 a { background-color: #18730B; }

 a { background-color: rgb(24,115,11); }

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

border-color css

<style>
 span { border-color: #18730B; }

 span { border-color: rgb(24,115,11); }

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