Html Css Color HEX #007305 Green

📋 copy color: '#007305'

red 0 ◦ green 115 ◦ blue 5

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

Shades of Green #007305

Tints of Green #007305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.17%

R = 0%
G = 95.83%
B = 4.17%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#007305 (or 0x007305) is known color: Green. HEX triplet: 00, 73 and 05. RGB value is (0,115,5). Sum of RGB (Red+Green+Blue) = 0+115+5=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 115 (45.31% from 255 or 95.83% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 115 - color contains mainly: green. Hex color #007305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007305 is #FF8CFA. Grayscale: #444444. Windows color (decimal): -16747771 or 357120. OLE color: 357120.

HSL color Cylindrical-coordinate representation of color #007305: hue angle of 122.61º 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 #007305 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 115 5 -
CMYK 1 0 0.96 0.55
HSL 122.61º 1% 0.23% -
HSV(B) 122.61º 1% 0.45% -
XYZ 6.16 12.27 2.19 -
YUV 68.08 92.4 79.44 -
System Red Green Blue C M Y K H S L
Decimal 0 115 5 1 0 0.96 0.55 122.61 1 0.23
Hex 0 73 5 64 0 60 37 7B 64 17
Octal 0 163 5 144 0 140 67 173 144 27
Binary 0 1110011 101 1100100 0 1100000 110111 1111011 1100100 10111

Color Harmonies of #007305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007305

Black with #007305

Text Example


Text Example

White with #007305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007305; }

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

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

background-color css

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

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

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

border-color css

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

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

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