Html Css Color HEX #1F7700 Green

📋 copy color: '#1F7700'

red 31 ◦ green 119 ◦ blue 0

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

Shades of Green #1F7700

Tints of Green #1F7700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 79.33%

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

R = 20.67%
G = 79.33%
B = 0%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#1F7700 (or 0x1F7700) is known color: Green. HEX triplet: 1F, 77 and 00. RGB value is (31,119,0). Sum of RGB (Red+Green+Blue) = 31+119+0=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 119 (46.88% from 255 or 79.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7700 is #E088FF. Grayscale: #4F4F4F. Windows color (decimal): -14715136 or 30495. OLE color: 30495.

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

Color convert

RGB 31 119 0 -
CMYK 0.74 0 1 0.53
HSL 104.37º 1% 0.23% -
HSV(B) 104.37º 1% 0.47% -
XYZ 7.16 13.48 2.23 -
YUV 79.12 83.35 93.68 -
System Red Green Blue C M Y K H S L
Decimal 31 119 0 0.74 0 1 0.53 104.37 1 0.23
Hex 1F 77 0 4A 0 64 35 68 64 17
Octal 37 167 0 112 0 144 65 150 144 27
Binary 11111 1110111 0 1001010 0 1100100 110101 1101000 1100100 10111

Color Harmonies of #1F7700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7700

Black with #1F7700

Text Example


Text Example

White with #1F7700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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