Html Css Color HEX #007318 Green

📋 copy color: '#007318'

red 0 ◦ green 115 ◦ blue 24

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

Shades of Green #007318

Tints of Green #007318

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 24 (9.77% from 255) = 17.27%

R = 0%
G = 82.73%
B = 17.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#007318 (or 0x007318) is known color: Green. HEX triplet: 00, 73 and 18. RGB value is (0,115,24). Sum of RGB (Red+Green+Blue) = 0+115+24=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 115 (45.31% from 255 or 82.73% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 115 - color contains mainly: green. Hex color #007318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007318 is #FF8CE7. Grayscale: #464646. Windows color (decimal): -16747752 or 1602304. OLE color: 1602304.

HSL color Cylindrical-coordinate representation of color #007318: hue angle of 132.52º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007318 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 115 24 -
CMYK 1 0 0.79 0.55
HSL 132.52º 1% 0.23% -
HSV(B) 132.52º 1% 0.45% -
XYZ 6.3 12.33 2.91 -
YUV 70.24 101.9 77.9 -
System Red Green Blue C M Y K H S L
Decimal 0 115 24 1 0 0.79 0.55 132.52 1 0.23
Hex 0 73 18 64 0 4F 37 85 64 17
Octal 0 163 30 144 0 117 67 205 144 27
Binary 0 1110011 11000 1100100 0 1001111 110111 10000101 1100100 10111

Color Harmonies of #007318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007318

Black with #007318

Text Example


Text Example

White with #007318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007318; }

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

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

background-color css

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

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

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

border-color css

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

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

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