Html Css Color HEX #1F7000 Green

📋 copy color: '#1F7000'

red 31 ◦ green 112 ◦ blue 0

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

Shades of Green #1F7000

Tints of Green #1F7000

RGB

 RED value IS 31 (12.5% from 255) = 21.68%

 GREEN value IS 112 (44.14% from 255) = 78.32%

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

R = 21.68%
G = 78.32%
B = 0%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#1F7000 (or 0x1F7000) is known color: Green. HEX triplet: 1F, 70 and 00. RGB value is (31,112,0). Sum of RGB (Red+Green+Blue) = 31+112+0=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 112 (44.14% from 255 or 78.32% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7000 is #E08FFF. Grayscale: #4B4B4B. Windows color (decimal): -14716928 or 28703. OLE color: 28703.

HSL color Cylindrical-coordinate representation of color #1F7000: hue angle of 103.39º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F7000 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 112 0 -
CMYK 0.72 0 1 0.56
HSL 103.39º 1% 0.22% -
HSV(B) 103.39º 1% 0.44% -
XYZ 6.36 11.88 1.96 -
YUV 75.01 85.66 96.61 -
System Red Green Blue C M Y K H S L
Decimal 31 112 0 0.72 0 1 0.56 103.39 1 0.22
Hex 1F 70 0 48 0 64 38 67 64 16
Octal 37 160 0 110 0 144 70 147 144 26
Binary 11111 1110000 0 1001000 0 1100100 111000 1100111 1100100 10110

Color Harmonies of #1F7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7000

Black with #1F7000

Text Example


Text Example

White with #1F7000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F7000; }

 p { color: rgb(31,112,0); }

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

background-color css

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

 a { background-color: rgb(31,112,0); }

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

border-color css

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

 span { border-color: rgb(31,112,0); }

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