#007C1B

Color #007C1B Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #007C1B

Tints of Green #007C1B

Color information

#007C1B (or 0x007C1B) is unknown color: approx Green. HEX triplet: 00, 7C and 1B. RGB value is (0,124,27). Sum of RGB (Red+Green+Blue) = 0+124+27=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 124 (48.83% from 255 or 82.12% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 124 - color contains mainly: green. Hex color #007C1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007C1B is #FF83E4. Grayscale: #4C4C4C. Windows color (decimal): -16745445 or 1801216. OLE color: 1801216.

HSL color Cylindrical-coordinate representation of color #007C1B: hue angle of 133.06º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007C1B is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB012427-
CMYK100.780.51
HSL133.06º100%24.31%-
HSV(B)133.06º100%48.63%-
XYZ7.4114.493.44-
YUV75.87100.4273.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 124 (48.83% from 255) = 82.12%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=0%
G=82.12%
B=17.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal012427100.780.51133.0610024.31
Hex07C1B6404E33856418
Octal01743314401166320514430
Binary011111001101111001000100111011001110000101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007C1B; }

 p { color: rgb(0,124,27); }

 H1.HeaderClassName
 {
   color: #007C1B;
 }
 .AnyTagClassName
 {
   color: #007C1B;
 }
</style>
background-color css

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

 a { background-color: rgb(0,124,27); }

 div.DivClassName
 {
   background-color: #007C1B;
 }
 .BgClassName
 {
   background-color: #007C1B;
 }
</style>
border-color css

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

 span { border-color: rgb(0,124,27); }

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