Html Css Color HEX #1F6701 Green

📋 copy color: '#1F6701'

red 31 ◦ green 103 ◦ blue 1

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

Shades of Green #1F6701

Tints of Green #1F6701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 76.3%

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 22.96%
G = 76.3%
B = 0.74%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#1F6701 (or 0x1F6701) is known color: Green. HEX triplet: 1F, 67 and 01. RGB value is (31,103,1). Sum of RGB (Red+Green+Blue) = 31+103+1=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 103 (40.62% from 255 or 76.30% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 103 - color contains mainly: green. Hex color #1F6701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6701 is #E098FE. Grayscale: #464646. Windows color (decimal): -14719231 or 91935. OLE color: 91935.

HSL color Cylindrical-coordinate representation of color #1F6701: hue angle of 102.35º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F6701 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 31 103 1 -
CMYK 0.70 0 0.99 0.60
HSL 102.35º 0.98% 0.2% -
HSV(B) 102.35º 0.99% 0.4% -
XYZ 5.42 9.99 1.67 -
YUV 69.84 89.15 100.29 -
System Red Green Blue C M Y K H S L
Decimal 31 103 1 0.70 0 0.99 0.60 102.35 0.98 0.2
Hex 1F 67 1 46 0 63 3C 66 62 14
Octal 37 147 1 106 0 143 74 146 142 24
Binary 11111 1100111 1 1000110 0 1100011 111100 1100110 1100010 10100

Color Harmonies of #1F6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6701

Black with #1F6701

Text Example


Text Example

White with #1F6701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,103,1); }

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

background-color css

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

 a { background-color: rgb(31,103,1); }

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

border-color css

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

 span { border-color: rgb(31,103,1); }

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